mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/libreswan: new aport
This commit is contained in:
parent
be90815191
commit
6715456fa1
27
testing/libreswan/APKBUILD
Normal file
27
testing/libreswan/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
pkgname=libreswan
|
||||
pkgver=3.2
|
||||
pkgrel=0
|
||||
pkgdesc='IPsec implementation for Linux'
|
||||
url='https://libreswan.org/'
|
||||
arch='all'
|
||||
license='GPL'
|
||||
depends='coreutils'
|
||||
depends_dev='gmp-dev linux-pam-dev nss-dev pam-dev unbound-dev libcap-ng-dev curl-dev'
|
||||
makedepends='bison flex pkgconf coreutils'
|
||||
source="http://download.libreswan.org/libreswan-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make programs || return 1
|
||||
#make module || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir/usr" install
|
||||
}
|
||||
|
||||
md5sums="9917acaa9b389adf75588cbeba7279fd libreswan-3.2.tar.gz"
|
||||
sha256sums="a000684f69161b2459c041aab669cbb8f2337789243ff3a4b0bf9c4201c97176 libreswan-3.2.tar.gz"
|
||||
sha512sums="9b988302fda1fe82c16eb9c824975ea6ac0f27e863394f950dd681f46521981cce32336182fe7496d341bc993
|
||||
3a308412a8d96b05a9dba66b1a91181e21effee libreswan-3.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user