wok-6.x diff comical/receipt @ rev 14271
syslinux/iso2exe: refresh init
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 05 13:11:51 2013 +0200 (2013-04-05) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/comical/receipt Fri Apr 05 13:11:51 2013 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="comical" 1.7 +VERSION="0.8" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="Comic book reader" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://comical.sourceforge.net/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 + 1.15 +DEPENDS="wxWidgets" 1.16 +BUILD_DEPENDS="wxWidgets-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + patch -p1 -i $stuff/comical-0.8_wx-2.8.patch 1.22 + make -j 1 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/comical $fs/usr/bin 1.30 +}