wok view comix/receipt @ rev 14981

Up: thunderbird-langpack-id (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:21:07 2013 +0200 (2013-08-08)
parents b9a3a615bc0d
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="comix"
4 VERSION="4.0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Comix is an image viewer, specifically designed to handle comic books."
7 MAINTAINER="mallory@sweetpeople.org"
8 DEPENDS="python pygtk python-pil rar"
9 BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://comix.sourceforge.net"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 TAGS="viewer comic"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 mkdir -p _pkg/usr
20 python install.py --no-mime --dir $PWD/_pkg/usr install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/* $fs/usr/
28 }