wok diff comical/receipt @ rev 14919
Up: firefox-langpack-it (17.0.7esr)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Aug 06 01:22:37 2013 +0000 (2013-08-06) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/comical/receipt Tue Aug 06 01:22:37 2013 +0000 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 +}