Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1f35d94a2a4cc6850fb210c1bec4ed73468fcc1f
commit 1f35d94a2a4cc6850fb210c1bec4ed73468fcc1f Author: James Buren <[EMAIL PROTECTED]> Date: Wed Jun 11 06:12:31 2008 -0500 ourico-0.1.5-1-i686 * new package diff --git a/source/x11-extra/ourico/FrugalBuild b/source/x11-extra/ourico/FrugalBuild new file mode 100644 index 0000000..8181e6a --- /dev/null +++ b/source/x11-extra/ourico/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.01 SBU +# Maintainer: James Buren <[EMAIL PROTECTED]> + +pkgname=ourico +pkgver=0.1.5 +pkgrel=1 +pkgdesc="A simple EWMH taskbar, with only a workspace switcher & window list." +url="http://www.rootshell.be/~polachok/code" +depends=('libxft' 'zlib') +groups=('x11-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url" +source=($url/$pkgname-$pkgver.tar.gz) +sha1sums=('6f635a05ebf1a8f9240da2c42dfb25ccfec64510') + +build() +{ + Fsed "-Os" "${CFLAGS}" config.mk + Fmake + Fexerel /usr/bin/$pkgname + # change font to avoid segfault on default config + Fsed "snap" "fixed" ${pkgname}rc + Ffilerel /usr/share/$pkgname/${pkgname}rc +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
