main/libksba: build fix

This commit is contained in:
Natanael Copa 2009-07-24 11:44:12 +00:00
parent 4cccccc656
commit 79e6d69ccc

View File

@ -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"