1 # Contributor: Sebastian Wolf <fatmike303 at googlemail dot com>
5 pkgdesc="Small command line program that removes garbage from gamecube images to created smaller images."
7 url=("http://www.gotwalls.com/")
10 source=("http://www.gotwalls.com/files/$pkgname-$pkgver.zip")
11 md5sums=("fa9cfbf8a465ddd35dd1d1e09c616f24")
14 cd $srcdir/$pkgname-$pkgver/src
15 mkdir -p $pkgdir/usr/bin
16 gcc -o $pkgdir/usr/bin/gc-shrink gc-shrink.c -DUNIX