wok-4.x view gkII/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents
children
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 }