mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
main/libksba: build fix
This commit is contained in:
parent
4cccccc656
commit
79e6d69ccc
@ -5,7 +5,7 @@ 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"
|
||||
depends=
|
||||
makedepends="libgpg-error-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
@ -15,6 +15,6 @@ build () {
|
||||
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR=$startdir/pkg install
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums="91682491186d4ed43fff351aab2f5aad libksba-1.0.3.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user