wok annotate comical/receipt @ rev 17735

dahdi-linux: save firmware as source (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 12:02:31 2015 +0100 (2015-03-06)
parents fff8d437ac2d
children affba9aecc73
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@14128 13 DEPENDS="wxWidgets"
al@14128 14 BUILD_DEPENDS="wxWidgets-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 }