Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8276c8dac52f1761a7cebd31a7c2eb157f292ed1
commit 8276c8dac52f1761a7cebd31a7c2eb157f292ed1 Author: bouleetbil <[EMAIL PROTECTED]> Date: Sun Nov 9 18:36:22 2008 +0100 podsleuth-0.6.2-2-i686 *rebuild with mono>=2.0.1 *added Fsed for build with sg3-utils diff --git a/source/apps-extra/podsleuth/FrugalBuild b/source/apps-extra/podsleuth/FrugalBuild index 19327fe..cb8ab84 100644 --- a/source/apps-extra/podsleuth/FrugalBuild +++ b/source/apps-extra/podsleuth/FrugalBuild @@ -3,10 +3,10 @@ pkgname=podsleuth pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="PodSleuth is a tool to discover detailed model information about an Apple (TM) iPod (TM)." url="http://banshee-project.org" -depends=('mono>=1.9' 'hal' 'ndesk-dbus>=0.6.1a-2' 'sg3-utils') +depends=('mono>=2.0.1' 'hal' 'ndesk-dbus>=0.6.1a-3' 'sg3-utils') groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://banshee-project.org/files/$pkgname" @@ -16,4 +16,13 @@ Finclude mono sha1sums=('f6fdd28dfadba6acc5226d71b0021478116052e7') Fconfopts="$Fconfopts --disable-docs" +build() { + Fcd + Fmonoexport + Fsed "lsgutils" "lsgutils2" configure + Fmake + Fmakeinstall + Fmonocleanup +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
