Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bc53552804a780c03ea575eebc075c2ecee3e800
commit bc53552804a780c03ea575eebc075c2ecee3e800 Author: crazy <[EMAIL PROTECTED]> Date: Sun May 18 03:35:54 2008 +0200 stgit-0.14.2-2-x86_64 * release bump * fixed DESTDIR bug * added build() and added an comment to FB diff --git a/source/devel-extra/stgit/FrugalBuild b/source/devel-extra/stgit/FrugalBuild index c3bc201..6e115d9 100644 --- a/source/devel-extra/stgit/FrugalBuild +++ b/source/devel-extra/stgit/FrugalBuild @@ -3,7 +3,7 @@ pkgname=stgit pkgver=0.14.2 -pkgrel=1 +pkgrel=2 pkgdesc="Provides similar functionality to Quilt on top of GIT." url="http://www.procode.org/stgit/" depends=('python' 'git') @@ -12,3 +12,12 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url|Flasttar" source=(http://homepage.ntlworld.com/cmarinas/stgit/stgit-$pkgver.tar.gz) sha1sums=('9cd3e4368fd36ea77c48eff4fd305d05469e8010') + +build() +{ + Fcd + Fmake + ## do not use Fmakeinstall / Fbuild for this package + ## because it does install files in /var/tmp/fst/pkg/ then + python setup.py install --prefix=/usr --root=$Fdestdir || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
