1 # Conntributor: Matthew Bauer <mjbauer95@gmail.com>
5 pkgdesc="This is a Perl script which is designed to apply an IPS patch to a ROM. It is a quick hack according to the author, but it seems to work OK for me. It is released under the terms of the GNU GPL."
7 url="http://www.zophar.net/utilities/patchutil/ips-pl.html"
18 noextract=(http://www.zophar.net/fileuploads/1/3142ixteo/ips.txt)
19 md5sums=('1b7873c96a6f78dcc70be8a7c')
23 mkdir -p $pkgdir/usr/bin;
24 cp ips.txt $pkgdir/usr/bin/ips.pl;
25 chmod +x $pkgdir/usr/bin/ips.pl;