wok-6.x annotate comical/receipt @ rev 22770
updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 15:38:28 2020 +0100 (2020-01-25) |
parents | 380ffe05937a |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
al@14128 | 1 # SliTaz package receipt. |
al@14128 | 2 |
al@14128 | 3 PACKAGE="comical" |
al@14128 | 4 VERSION="0.8" |
al@14128 | 5 CATEGORY="graphics" |
al@14128 | 6 SHORT_DESC="Comic book reader" |
al@14128 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15000 | 8 LICENSE="GPL2" |
al@14128 | 9 WEB_SITE="http://comical.sourceforge.net/" |
al@14128 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@14128 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
al@14128 | 12 |
al@18521 | 13 DEPENDS="wxWidgets28" |
al@18521 | 14 BUILD_DEPENDS="wxWidgets28-dev" |
al@14128 | 15 |
al@14128 | 16 # Rules to configure and make the package. |
al@14128 | 17 compile_rules() |
al@14128 | 18 { |
al@14128 | 19 patch -p1 -i $stuff/comical-0.8_wx-2.8.patch |
al@14128 | 20 make -j 1 |
al@14128 | 21 } |
al@14128 | 22 |
al@14128 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14128 | 24 genpkg_rules() |
al@14128 | 25 { |
al@14128 | 26 mkdir -p $fs/usr/bin |
al@14128 | 27 cp -a $src/comical $fs/usr/bin |
al@14128 | 28 } |