wok-next view xaos/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents f463de72afe3
children d5aab818505e
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 libpng16 xorg-libX11 xorg-libXext zlib"
15 BUILD_DEPENDS="gettext xorg-libX11-dev xorg-libICE-dev libpng16-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 }