Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88c8eff46525dd885d1ae359873addeb537514dc
commit 88c8eff46525dd885d1ae359873addeb537514dc Author: James Buren <[EMAIL PROTECTED]> Date: Mon Jun 9 02:37:38 2008 -0500 pawm-2.2.9-1-i686 * new package diff --git a/source/x11-extra/pawm/FrugalBuild b/source/x11-extra/pawm/FrugalBuild new file mode 100644 index 0000000..be96ff5 --- /dev/null +++ b/source/x11-extra/pawm/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0.01 SBU +# Maintainer: James Buren <[EMAIL PROTECTED]> + +pkgname=pawm +pkgver=2.2.9 +pkgrel=1 +pkgdesc="A simple, small, and functional window manager." +url="http://www.pleyades.net/pawm" +depends=('libxpm' 'libxft' 'libxrandr' 'zlib' 'startup-notification') +groups=('x11-extra') +archs=('i686' 'x86_64') +backup=('etc/pawm.conf') +up2date="Flasttar $url/down.php" +source=(http://www.pleyades.net/$pkgname/files/$pkgname-$pkgver.tar.bz2) +sha1sums=('414da1ffa143d4995abb8e87bf6a8b3f79bf4d57') + +build() +{ + Fcd + ./0 $Fconfopts --confdir=/etc + Fmake + Ffilerel conf/pawm.conf /etc/pawm.conf + Ffilerel data/icons/* /usr/share/pawm/icons + Fexerel src/pawm /usr/bin/pawm + Fdocrel GPL +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
