[arch-commits] Commit in libsecp256k1/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Oct 24 05:55:51 UTC 2020
Date: Saturday, October 24, 2020 @ 05:55:50
Author: archange
Revision: 730960
archrelease: copy trunk to community-x86_64
Added:
libsecp256k1/repos/community-x86_64/PKGBUILD
(from rev 730959, libsecp256k1/trunk/PKGBUILD)
Deleted:
libsecp256k1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 103 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-24 05:55:25 UTC (rev 730959)
+++ PKGBUILD 2020-10-24 05:55:50 UTC (rev 730960)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=libsecp256k1
-_gitcommit=d7838ba6a6ac77cec173080f20efcd0e311ebfaa
-pkgver=20200919+1172+gd7838ba
-pkgrel=1
-pkgdesc="Optimized C library for EC operations on curve secp256k1"
-arch=(x86_64)
-url="https://github.com/bitcoin-core/secp256k1"
-license=(MIT)
-depends=(gmp)
-source=(${url}/archive/${_gitcommit}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9446f2d6d4cdf476f68b95493ae990bbec201d208cbe24b2fd14e0452acb2648')
-
-prepare() {
- cd secp256k1-${_gitcommit}
- autoreconf -vfi
-}
-
-build() {
- cd secp256k1-${_gitcommit}
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --libexecdir=/usr/bin \
- --sysconfdir=/etc \
- --sharedstatedir=/usr/share/libsecp256k1 \
- --localstatedir=/var/lib/libsecp256k1 \
- --disable-static \
- --disable-benchmark \
- --disable-coverage \
- --enable-module-recovery \
- --enable-tests \
- --enable-exhaustive-tests \
- --disable-openssl-tests \
- --with-gnu-ld
- make
-}
-
-check() {
- cd secp256k1-${_gitcommit}
- make check
-}
-
-package() {
- cd secp256k1-${_gitcommit}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: libsecp256k1/repos/community-x86_64/PKGBUILD (from rev 730959, libsecp256k1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-24 05:55:50 UTC (rev 730960)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=libsecp256k1
+_gitcommit=ac05f61fcf639a15b5101131561620303e4bd808
+pkgver=20201021+1209+gac05f61
+pkgrel=1
+pkgdesc="Optimized C library for EC operations on curve secp256k1"
+arch=(x86_64)
+url="https://github.com/bitcoin-core/secp256k1"
+license=(MIT)
+depends=(gmp)
+source=(${url}/archive/${_gitcommit}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a5a5971f4534c0880602bcd0cf43d95ea8dcb278b5c161d55eae979fe3fb196b')
+
+prepare() {
+ cd secp256k1-${_gitcommit}
+ autoreconf -vfi
+}
+
+build() {
+ cd secp256k1-${_gitcommit}
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --libexecdir=/usr/bin \
+ --sysconfdir=/etc \
+ --sharedstatedir=/usr/share/libsecp256k1 \
+ --localstatedir=/var/lib/libsecp256k1 \
+ --disable-static \
+ --disable-benchmark \
+ --disable-coverage \
+ --enable-module-ecdh \
+ --enable-module-recovery \
+ --enable-tests \
+ --enable-exhaustive-tests \
+ --disable-openssl-tests \
+ --with-gnu-ld
+ make
+}
+
+check() {
+ cd secp256k1-${_gitcommit}
+ make check
+}
+
+package() {
+ cd secp256k1-${_gitcommit}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
More information about the arch-commits
mailing list