1 # Maintainer: Alexander Rødseth <rodseth@gmail.com>
2 # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
3 # Contributor: Daenyth <Daenyth+Arch at gmail dot com>
8 pkgdesc='Zip file password cracker'
10 url="http://oldhome.schmorp.de/marc/$pkgname.html"
13 source=("http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz")
14 sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
19 ./configure --prefix=/usr
26 make DESTDIR="$pkgdir" install
27 mv "$pkgdir/usr/bin/zipinfo" "$pkgdir/usr/bin/fzipinfo"
30 # vim:set ts=2 sw=2 et: