mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 09:22:07 +01:00
extra/libksba: new aport
Libksba is a CMS and X.509 access library ftp://ftp.gnupg.org/gcrypt/alpha/libksba
This commit is contained in:
parent
845ce1efa4
commit
1025f99a8e
20
extra/libksba/APKBUILD
Normal file
20
extra/libksba/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libksba
|
||||
pkgver=1.0.3
|
||||
pkgrel=0
|
||||
pkgdesc="Libksba is a CMS and X.509 access library"
|
||||
url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba"
|
||||
license="GPL"
|
||||
depends="libgpg-error uclibc"
|
||||
makedepends="libgpg-error-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build () {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR=$startdir/pkg install
|
||||
}
|
||||
md5sums="91682491186d4ed43fff351aab2f5aad libksba-1.0.3.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user