Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e63ec70adf7352b59dc31f01020886045c17ec22
commit e63ec70adf7352b59dc31f01020886045c17ec22 Author: Slown <[email protected]> Date: Sun Dec 30 17:38:43 2012 +0100 gmorgan-0.57-1-i686 * new package diff --git a/source/xmultimedia-extra/gmorgan/FrugalBuild b/source/xmultimedia-extra/gmorgan/FrugalBuild new file mode 100644 index 0000000..7047651 --- /dev/null +++ b/source/xmultimedia-extra/gmorgan/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.23 SBU +# Maintainer: Slown <[email protected]> + +pkgname=gmorgan +pkgver=0.57 +pkgrel=1 +pkgdesc="A rhythm station and a modern organ with full editable accompaniment for play in real time." +depends=('fltk' 'alsa-lib') +groups=('xmultimedia-extra') +archs=('i686' 'x86_64') +_F_sourceforge_sep="_" +Finclude sourceforge +sha1sums=('a721eb549ebe197b0149ac99d69424d2c1054df7') + +build() { + Fcd + # fix ChordTable path + Fsed '/local' '' src/gmorgan.chord.cpp + ./configure --prefix=/usr + make || Fdie + make DESTDIR="$Fdestdir/" install || Fdie + + # install translations + cd po && make update-gmo +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
