1 # Maintainer: Andreas Krinke <andreas dot krinke at gmx dot de>
5 pkgdesc="Takes a checksum algorithm and converts it into a string of characters"
7 url="http://swift.siphos.be/tools-hex2passwd.html"
11 source=(http://swift.siphos.be/tools/hex2passwd/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('8219e03f33ddccfe8010f3e7c744e429')
15 cd "$srcdir/$pkgname-$pkgver"
21 cd "$srcdir/$pkgname-$pkgver"
22 mkdir -p "$pkgdir/usr/bin"
23 mkdir -p "$pkgdir/usr/share/man/man1"
25 make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
28 chgrp root "$pkgdir/usr/bin/hex2passwd"
29 chgrp root "$pkgdir/usr/share/man/man1/hex2passwd.1"