wok-current view gkII/receipt @ rev 10726

libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 20:44:37 2011 +0000 (2011-05-28)
parents
children 1ae5963f23df
line source
1 # SliTaz package receipt.
3 PACKAGE="gkII"
4 VERSION="0.4.7"
5 CATEGORY="graphics"
6 SHORT_DESC="GTK2 based fractal program."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.jwm-art.net/gkII/"
10 WGET_URL="http://www.jwm-art.net/gkII/$TARBALL"
11 DEPENDS="gtk+"
12 BUILD_DEPENDS="gtk+-dev"
14 # Rules to configure and make the package.
15 #
16 compile_rules()
17 {
18 cd $src/src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/src/gkII $fs/usr/bin
27 }