diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-07 14:23:55 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:36:37 +0200 |
commit | af71e43a297102b05efb04a1ac8dc7401b511508 (patch) | |
tree | 56a8cdb22702234def742e4cbace06d2abe070fa /main | |
parent | 8df7e95ec4164a4eced268862af9c1c7f8f0d792 (diff) | |
download | aports-af71e43a297102b05efb04a1ac8dc7401b511508.tar.bz2 aports-af71e43a297102b05efb04a1ac8dc7401b511508.tar.xz |
main/pinentry: specify license
Diffstat (limited to 'main')
-rw-r--r-- | main/pinentry/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/pinentry/APKBUILD b/main/pinentry/APKBUILD index 073d922ab3..63f5b95d69 100644 --- a/main/pinentry/APKBUILD +++ b/main/pinentry/APKBUILD @@ -5,16 +5,16 @@ pkgrel=0 pkgdesc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" url="http://www.gnupg.org/aegypten2" arch="all" -license="GPL-2" -depends= +license="GPL2+" +depends="" install="pinentry.post-install pinentry.post-deinstall" makedepends="ncurses-dev libcap-dev gtk+-dev" subpackages="$pkgname-doc $pkgname-gtk" -source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 - " +source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2" +_builddir="$srcdir"/$pkgname-$pkgver build () { - cd "$srcdir"/$pkgname-$pkgver + cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -31,7 +31,7 @@ build () { } package() { - cd "$srcdir"/$pkgname-$pkgver + cd "$_builddir" make DESTDIR="$pkgdir" install # created by post install scripts so we can override with gtk version rm -f "$pkgdir"/usr/bin/pinentry |