Advertisement
danielpublic

PKGBUILD passwordmaker-cli v. 1.5

Apr 15th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # Contributor: danielpublic <daniel at belagg dot nu>
  2. # Contributor: Moritz Heidkamp <moritz.heidkamp@bevuta.com>
  3. pkgname=passwordmaker-cli
  4. pkgver=1.5
  5. pkgrel=4
  6. pkgdesc="A CLI edition of passwordmaker.org"
  7. arch=('arm' 'i686' 'x86_64')
  8. url="http://passwordmaker.org/Command-line"
  9. license=('LGPL')
  10. depends=(mhash)
  11. source=(http://downloads.sourceforge.net/passwordmaker/$pkgname-$pkgver.tar.bz2)
  12. md5sums=('36c4399e1fa38fdffc58756b62d42143')
  13.  
  14. build() {
  15. cd "$startdir/src/$pkgname-$pkgver-src"
  16. sed -i '26i#include <string.h>' leet.cpp || return 1
  17. make -f unix.mak
  18. install -Dm755 passwordmaker ${startdir}/pkg/usr/bin/passwordmaker
  19. }
  20.  
  21. # vim:set ts=2 sw=2 et
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement