From: rhyhann <[email protected]> New Package. --- source/xapps-extra/qosmic/FrugalBuild | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 source/xapps-extra/qosmic/FrugalBuild
diff --git a/source/xapps-extra/qosmic/FrugalBuild b/source/xapps-extra/qosmic/FrugalBuild new file mode 100644 index 0000000..ed3d162 --- /dev/null +++ b/source/xapps-extra/qosmic/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 1.80 SBU +# Maintainer: +# Contributor: Othmane Benkirane <[email protected]> + +pkgname=qosmic +pkgver=1.4.5 +pkgrel=1 +pkgdesc="A cosmic recursive flame fractal editor that uses flam3 and Qt4" +depends=('libqtgui' 'libice' 'libxrender' + 'libxext' 'libjpeg' 'util-linux-ng' + 'lua' 'flam3') +groups=('xapps-extra') +archs=('i686') +_F_googlecode_ext=".tar.bz2" +Finclude googlecode +_F_conf_configure="./build.sh" +sha1sums=('4017004135e64221362c3e4e1be0bacc1f657aab') + +build() { + Fmake + make INSTALL_ROOT=$Fdestdir install || Fdie +} + -- 1.6.3.3 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
