summaryrefslogtreecommitdiffstats
path: root/main/pwgen
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-07 14:27:09 +0000
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:36:37 +0200
commitb296041f19b6c8d6c6ebb5958c7cfef01096b50c (patch)
tree86541a2837f945abf51ad652753f5dc53e1955f1 /main/pwgen
parentaf71e43a297102b05efb04a1ac8dc7401b511508 (diff)
downloadaports-b296041f19b6c8d6c6ebb5958c7cfef01096b50c.tar.bz2
aports-b296041f19b6c8d6c6ebb5958c7cfef01096b50c.tar.xz
main/pwgen: small layout updates
Diffstat (limited to 'main/pwgen')
-rw-r--r--main/pwgen/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/main/pwgen/APKBUILD b/main/pwgen/APKBUILD
index 16a0c5685..0a55ffb06 100644
--- a/main/pwgen/APKBUILD
+++ b/main/pwgen/APKBUILD
@@ -2,18 +2,17 @@
pkgname=pwgen
pkgver=2.06
pkgrel=1
-pkgdesc="Password Generator"
+pkgdesc="A Password Generator"
url="http://sourceforge.net/projects/pwgen/"
arch="all"
license="GPL"
-depends=
-makedepends=
-install=
+depends=""
+makedepends=""
+install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
-
build() {
cd "$_builddir"
./configure \
@@ -29,7 +28,9 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
}
md5sums="935aebcbe610fbc9de8125e7b7d71297 pwgen-2.06.tar.gz"
+sha256sums="61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454 pwgen-2.06.tar.gz"
+sha512sums="46cd35292cc0772ae5c89888c862e08ae14854b4d32bfe2c57aa5ab62dab2a3e858255b2a8f3ef94eec32739ea403ad12b872f4a8890d2b5157bc62e48488001 pwgen-2.06.tar.gz"