mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
removed core/nettle
This commit is contained in:
parent
d59215ae22
commit
d56c9b9ef8
1 changed files with 0 additions and 37 deletions
|
@ -1,37 +0,0 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: bender02 at gmx dot com
|
||||
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=nettle
|
||||
pkgver=3.7.3
|
||||
pkgrel=1.1
|
||||
pkgdesc="A low-level cryptographic library"
|
||||
arch=('x86_64')
|
||||
url="https://www.lysator.liu.se/~nisse/nettle"
|
||||
license=('GPL2')
|
||||
depends=('gmp')
|
||||
provides=('libnettle.so' 'libhogweed.so')
|
||||
checkdepends=('valgrind')
|
||||
source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
|
||||
sha256sums=('661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0'
|
||||
'SKIP')
|
||||
validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse@lysator.liu.se>
|
||||
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
Loading…
Reference in a new issue