Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8327da18734cc64a7a87008dafc73b0b263fedcf
commit 8327da18734cc64a7a87008dafc73b0b263fedcf Author: James Buren <[email protected]> Date: Tue Feb 16 03:57:05 2010 -0600 ne-2.0.3-1-i686 * new package diff --git a/source/apps-extra/ne/FrugalBuild b/source/apps-extra/ne/FrugalBuild new file mode 100644 index 0000000..8ff521f --- /dev/null +++ b/source/apps-extra/ne/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.02 SBU +# Maintainer: James Buren <[email protected]> + +pkgname=ne +pkgver=2.0.3 +pkgrel=1 +pkgdesc="The nice editor for beginners." +url="http://ne.dsi.unimi.it" +depends=('ncurses') +groups=('apps-extra') +archs=('i686') +up2date="Flasttar $url" +source=($url/$pkgname-$pkgver.tar.gz) +sha1sums=('9dd848041b9c719659182b2cf8b03b6753b99291') + +build() { + Fsed "/usr/local/lib" "/usr/share" src/makefile + Fsed "-O3" "$CFLAGS" src/makefile + make -C src || Fdie + Fexerel src/$pkgname /usr/bin/$pkgname + Fmanrel doc/$pkgname.1 + Fdocrel doc/{$pkgname{,.pdf,.txt},default.*} + Ffilerel doc/$pkgname.info.gz /usr/share/info/$pkgname.info.gz + Ffilerel syntax/*.jsf /usr/share/$pkgname/syntax +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
