New package: xaos-3.6

This commit is contained in:
Christian Neukirchen 2014-12-11 20:39:45 +01:00
parent 5143dd9733
commit 4d9beaec99
1 changed files with 24 additions and 0 deletions

24
srcpkgs/xaos/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'xaos'
pkgname=xaos
version=3.6
revision=1
build_style=gnu-configure
configure_args="--with-aa-driver=yes"
makedepends="gsl-devel zlib-devel libpng-devel aalib-devel libX11-devel"
short_desc="Fast interactive real-time fractal zoomer/morpher"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://matek.hu/xaos/"
update_ignore="*b *s"
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}-${version}.tar.gz"
checksum=989f3e38f7793810cbb1496d5291d44836a7d7c058422b9ee1cffb163a0b8d95
CFLAGS+=" -DNOREGISTERS"
post_configure() {
sed -i '/install/s/-s//' Makefile
}
post_install() {
rm -rf ${DESTDIR}/usr/share/XaoS/doc
}