1 # Contributor: mikers <mikeonthecomputer@gmail.com>
6 pkgdesc="TorrentZip is a replacement for MameZip. The goal of the program is to use standard values when creating zips to create identical files over multiple systems."
7 url="http://sourceforge.net/projects/trrntzip"
8 arch=('i686' 'x86_64' )
10 depends=('zlib' 'autoconf' 'automake' )
11 source=(http://downloads.sourceforge.net/trrntzip/${pkgname}_v02_src.tar.gz
13 md5sums=('2635a4042b3cf5611ffdffb4019ec8b7'
14 '672603eb35516d69db084dc7e2029e96')
16 cd $startdir/src/${pkgname}
17 patch -Np0 -i $startdir/patch-src-trrntzip.c
21 install -Dm755 ${startdir}/src/${pkgname}/src/${pkgname} ${startdir}/pkg/usr/bin/${pkgname}