Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=879df671131dafebf419e3b8f5fb88378cc2697b
commit 879df671131dafebf419e3b8f5fb88378cc2697b Author: Devil505 <[email protected]> Date: Sat Oct 22 10:19:40 2011 +0200 printoxx-2.8.1-2-i686 * bin, renamed mashup diff --git a/source/xapps-extra/printoxx/FrugalBuild b/source/xapps-extra/printoxx/FrugalBuild deleted file mode 100644 index 8eaea7a..0000000 --- a/source/xapps-extra/printoxx/FrugalBuild +++ /dev/null @@ -1,30 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Devil505 <[email protected]> - -pkgname=printoxx -pkgver=2.8.1 -pkgrel=2 -pkgdesc="Printoxx is a free open source Linux program for printing one or more image files with a user-defined page layout." -url="http://kornelix.squarespace.com/$pkgname/" -depends=('gtk+2>=2.20.0-2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libstdc++' 'libxdamage' 'libxext' 'libxml2>=2.7.8') -options=('scriptlet') -groups=('xapps-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" -source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('149154d5bb1ad91493536b45d2be32f73d1c1bcb') - - -build() { - Fcd - Fsed "kornelix-" "" Makefile - Fsed "xdg-" "#xdg-" Makefile - LDFLAGS="-O3 -Wall -rdynamic `pkg-config --libs gtk+-2.0 gthraed-2.0`" PREFIX=/usr make || Fdie - Fmkdir usr/share/{$pkgname,applications,man/man1} - make PREFIX=$Fdestdir/usr menu || Fdie - make DESTDIR=$Fdestdir PREFIX=/usr install || Fdie - Fmv usr/share/$pkgname/$pkgname.desktop usr/share/applications/$pkgname.desktop - Fsed "/local" "" $Fdestdir/usr/share/applications/$pkgname.desktop -} - -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
