Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b22edebcb93231e951055c9cf5331f1e02b3b171
commit b22edebcb93231e951055c9cf5331f1e02b3b171 Author: James Buren <[EMAIL PROTECTED]> Date: Tue Jun 3 05:29:47 2008 -0500 uips-1.0-1-i686 * (new package) - a command line utility for messing with IPS patches diff --git a/source/apps-extra/uips/FrugalBuild b/source/apps-extra/uips/FrugalBuild new file mode 100644 index 0000000..362a4ad --- /dev/null +++ b/source/apps-extra/uips/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.01 SBU +# Maintainer: James Buren <[EMAIL PROTECTED]> + +pkgname=uips +pkgver=1.0 +pkgrel=1 +pkgdesc="A command-line based utility for creating and applying IPS patches." +url="http://www.neillcorlett.com/uips/" +depends=('glibc') +groups=('apps-extra') +archs=('i686') +# there is no package version, since there is only one release for this, ever. +up2date="echo $pkgver" +source=(http://www.neillcorlett.com/downloads/$pkgname.c \ + http://www.neillcorlett.com/downloads/$pkgname.txt) +sha1sums=('ef0acd30549d815a997cf1a7501c072e061fc79a' \ + '15219af5719d75747911c6fe2a60be08a44bf672') + +build() +{ + gcc $CFLAGS $pkgname.c -o $pkgname || Fdie + Fexerel /usr/bin/$pkgname + Fdocrel $pkgname.txt +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
