wok-next view xaos/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents ab700369c193
children dd145c435e4b
line source
1 # SliTaz package receipt.
3 PACKAGE="xaos"
4 VERSION="3.6"
5 CATEGORY="graphics"
6 SHORT_DESC="Fast interactive fractal zoomer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://matek.hu/xaos/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/xaos/$TARBALL"
14 DEPENDS="gsl libpng xorg-libX11 xorg-libXext zlib"
15 BUILD_DEPENDS="gettext xorg-libX11-dev xorg-libICE-dev libpng-dev \
16 xorg-libXext-dev gsl-dev nasm"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 while read i; do patch -p1 -i $stuff/patches/$i; done < $stuff/patches/series
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy bin/ XaoS/ locale/
30 }