summaryrefslogtreecommitdiffstats
path: root/main/pinentry
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-07 14:23:55 +0000
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:36:37 +0200
commitaf71e43a297102b05efb04a1ac8dc7401b511508 (patch)
tree56a8cdb22702234def742e4cbace06d2abe070fa /main/pinentry
parent8df7e95ec4164a4eced268862af9c1c7f8f0d792 (diff)
downloadaports-af71e43a297102b05efb04a1ac8dc7401b511508.tar.bz2
aports-af71e43a297102b05efb04a1ac8dc7401b511508.tar.xz
main/pinentry: specify license
Diffstat (limited to 'main/pinentry')
-rw-r--r--main/pinentry/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/pinentry/APKBUILD b/main/pinentry/APKBUILD
index 073d922ab..63f5b95d6 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