Hi, I have created this package, attached as a patch and pasted in the message. May someone review it ? --- # Compiling Time: 0.09 SBU # Maintainer: Name <[email protected]> # Contributor: Othmane Benkirane <eo-at-rhyhann-net>
# Package informations pkgname=flam3 pkgver=2.7.17 pkgrel=0 pkgdesc="Command line cosmic recursive fractal flames generation tool" url="http://flam3.com" # Pacman informations depends=('libjpeg' 'libxml2' 'libpng' 'zlib' ) groups=('xapps-extra') archs=('i686') # Compilation informations up2date="Flasttar $url/index.cgi?\&menu=download" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('eabe22f1825f176b6c36a2469cb50166093f62dc') # optimization OK
>From e9029f2632d73ed35cf87ed45a80f584f6bc4633 Mon Sep 17 00:00:00 2001 From: Othmane Benkirane <[email protected]> Date: Sun, 22 Mar 2009 12:00:03 +0000 Subject: [PATCH] flam3-2.7.17-1-i686 --- source/xapps-extra/flam3/FrugalBuild | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 source/xapps-extra/flam3/FrugalBuild diff --git a/source/xapps-extra/flam3/FrugalBuild b/source/xapps-extra/flam3/FrugalBuild new file mode 100644 index 0000000..3578089 --- /dev/null +++ b/source/xapps-extra/flam3/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.09 SBU +# Maintainer: Name <[email protected]> +# Contributor: Othmane Benkirane <eo-at-rhyhann-net> + +# Package informations +pkgname=flam3 +pkgver=2.7.17 +pkgrel=0 +pkgdesc="Command line cosmic recursive fractal flames generation tool" +url="http://flam3.com" + +# Pacman informations +depends=('libjpeg' 'libxml2' 'libpng' 'zlib' ) +groups=('xapps-extra') +archs=('i686') + +# Compilation informations +up2date="Flasttar $url/index.cgi?\&menu=download" +source=($url/$pkgname-$pkgver.tar.gz) +sha1sums=('eabe22f1825f176b6c36a2469cb50166093f62dc') + +# optimization OK -- 1.6.2
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
