Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eac623dd7c7df59e9281a2095b63833ccccab10e
commit eac623dd7c7df59e9281a2095b63833ccccab10e Author: Elentir <[email protected]> Date: Tue Dec 22 22:08:54 2009 +0100 udav-0.5.2-1-i686 * new package diff --git a/source/xapps-extra/udav/FrugalBuild b/source/xapps-extra/udav/FrugalBuild new file mode 100644 index 0000000..d9eadf5 --- /dev/null +++ b/source/xapps-extra/udav/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.24 SBU +# Maintainer: Elentir <[email protected]> + +pkgname=udav +pkgver=0.5.2 +pkgrel=1 +pkgdesc="QT software for data arrays visualization based on MathGL library" +archs=('i686' 'x86_64') +groups=('xapps-extra') +depends=('mathgl-qt' 'hdf5') +_F_sourceforge_ext=".tgz" +Finclude sourceforge +sha1sums=('5d857ded986d65613d8a0f5d482ea33baf30f1b1') + +build() { + # fix install path + Fsed "/usr/local/share/doc/udav/" "help.path = $Fdestdir/usr/share/doc/$pkgname-$pkgver/" src/src.pro + Fsed "target.path = /usr/local/bin/" "target.path = $Fdestdir/usr/bin/" src/src.pro + # use v16 symbols of hdf5 library + qmake "DEFINES *= H5_USE_16_API" udav.pro || Fdie + Fmakeinstall +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
