diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fcrackzip | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fcrackzip')
-rw-r--r-- | community/fcrackzip/ChangeLog | 3 | ||||
-rw-r--r-- | community/fcrackzip/PKGBUILD | 28 |
2 files changed, 0 insertions, 31 deletions
diff --git a/community/fcrackzip/ChangeLog b/community/fcrackzip/ChangeLog deleted file mode 100644 index 811f87d4f..000000000 --- a/community/fcrackzip/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/fcrackzip/PKGBUILD b/community/fcrackzip/PKGBUILD deleted file mode 100644 index 3c0fa15ad..000000000 --- a/community/fcrackzip/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 67610 2012-03-13 14:10:18Z lcarlier $ -# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> -# Maintainer: Daenyth <Daenyth+Arch at gmail dot com> - -pkgname=fcrackzip -pkgver=1.0 -pkgrel=3 -pkgdesc="A zip file password cracker" -arch=('i686' 'x86_64') -url="http://oldhome.schmorp.de/marc/$pkgname.html" -license=('GPL') -depends=(glibc) -source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz) -md5sums=('254941f51759f9425965f4b05fe7ac2c') - -build() { - cd ${srcdir}/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/$pkgname-$pkgver - - make DESTDIR=${pkgdir} install - mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo -} |