#Maintained by: Maximus (maximuus[at]gmail[dot]com) pkgname=fyre pkgver=1.0.1 pkgrel=1 zenver=54 arch=i486 source=(http://releases.navi.cx/fyre/fyre-1.0.1.tar.gz) sourcetemplate=http://pnboy.pinguix.com/atticus/www/files/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://fyre.navi.cx/ CFLAGS="-O2 -march=i486 -mtune=i686" CXXFLAGS=$CFLAGS slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "fyre (a tool for producing computational artwork)" "Fyre is a tool for producing computational artwork based on histograms" "of iterated chaotic functions. At the moment, it implements the Peter" "de Jong map in a fixed-function pipeline with an interactive GTK+" "frontend and a command line interface for easy and efficient rendering" "of high-resolution, high quality images." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install } doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi }