wok view comical/receipt @ rev 14953

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="comical"
4 VERSION="0.8"
5 CATEGORY="graphics"
6 SHORT_DESC="Comic book reader"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://comical.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="wxWidgets"
13 BUILD_DEPENDS="wxWidgets-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p1 -i $stuff/comical-0.8_wx-2.8.patch
19 make -j 1
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/comical $fs/usr/bin
27 }