Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=96d6a584d139badaf8048ed58cf1c77705c997b2
commit 96d6a584d139badaf8048ed58cf1c77705c997b2 Author: James Buren <[EMAIL PROTECTED]> Date: Wed Jun 11 05:40:58 2008 -0500 echinus-0.2.8-1-i686 * new package diff --git a/source/x11-extra/echinus/FrugalBuild b/source/x11-extra/echinus/FrugalBuild new file mode 100644 index 0000000..999d617 --- /dev/null +++ b/source/x11-extra/echinus/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.01 SBU +# Maintainer: James Buren <[EMAIL PROTECTED]> + +pkgname=echinus +pkgver=0.2.8 +pkgrel=1 +pkgdesc="A minimal WM supporting floating, tiled, and maximized layouts." +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=('019e0508173ac5ca6b8d51bcc08c803f6a55ea6c') + +build() +{ + Fsed "-Os" "${CFLAGS}" config.mk + Fmake + Fexerel /usr/bin/$pkgname + Fmanrel $pkgname.1 + Ffilerel *.xbm /usr/share/$pkgname + Ffilerel /usr/share/$pkgname/${pkgname}rc +} + +# optimization OK diff --git a/source/x11-extra/echinus/README.Frugalware b/source/x11-extra/echinus/README.Frugalware new file mode 100644 index 0000000..9942f0b --- /dev/null +++ b/source/x11-extra/echinus/README.Frugalware @@ -0,0 +1,9 @@ +Be sure to copy the contents of /usr/share/echinus to $HOME/.echinus or +~/.echinus in order to setup the defaults for this window manager properly. If +you need more specific instructions, please use these commands below to +accomplish this task. + +(Run these as the user your wanting to run echinus as.) + +mkdir -p ~/.echinus +cp -r /usr/share/echinus/* ~/.echinus _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
