wok annotate gkII/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 1ae5963f23df
children 41a539cfe5f8
rev   line source
pankso@4680 1 # SliTaz package receipt.
pankso@4680 2
pankso@4680 3 PACKAGE="gkII"
pankso@4680 4 VERSION="0.4.7"
pankso@4680 5 CATEGORY="graphics"
pankso@4680 6 SHORT_DESC="GTK2 based fractal program."
pankso@4680 7 MAINTAINER="pankso@slitaz.org"
pascal@15306 8 LICENSE="GPL2"
pankso@4680 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@4680 10 WEB_SITE="http://www.jwm-art.net/gkII/"
pankso@4680 11 WGET_URL="http://www.jwm-art.net/gkII/$TARBALL"
pascal@15306 12
pankso@4680 13 DEPENDS="gtk+"
pankso@4680 14 BUILD_DEPENDS="gtk+-dev"
pankso@4680 15
pankso@4680 16 # Rules to configure and make the package.
pankso@4680 17 #
pankso@4680 18 compile_rules()
pankso@4680 19 {
pankso@4680 20 cd $src/src
pascal@15306 21 sed -i 's/LIBS.*/& -lm/' Makefile
pankso@4680 22 make
pankso@4680 23 }
pankso@4680 24
pankso@4680 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4680 26 genpkg_rules()
pankso@4680 27 {
pankso@4680 28 mkdir -p $fs/usr/bin
pankso@4680 29 cp $src/src/gkII $fs/usr/bin
pankso@4680 30 }