Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ecab91adf0b867038ca4114a1f300879990938c2
commit ecab91adf0b867038ca4114a1f300879990938c2 Author: James Buren <[email protected]> Date: Sat Aug 18 15:13:06 2012 -0500 dex-1.g56144ed-1-x86_64 * new package diff --git a/source/apps-extra/dex/FrugalBuild b/source/apps-extra/dex/FrugalBuild new file mode 100644 index 0000000..5b47392 --- /dev/null +++ b/source/apps-extra/dex/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0 SBU +# Maintainer: James Buren <[email protected]> + +pkgname=dex +pkgver=1.g56144ed +pkgrel=1 +pkgdesc="A small and flexible text editor." +depends=('glibc') +groups=('apps-extra') +archs=('i686' 'x86_64') +_F_github_author=tihirvon +_F_github_devel=yes +Finclude github + +build() +{ + Funpack_scm + Fsed "-O2" "$CFLAGS" Makefile + Fsed "/usr/local" "/usr" Makefile + Fbuild +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
