wok view comix/receipt @ rev 11819

Up: seamonkey to 2.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:15:40 2012 -0500 (2012-02-25)
parents 59b79ec33fec
children 11579844d239
line source
1 # SliTaz package receipt.
3 PACKAGE="comix"
4 VERSION="4.0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Comix is animage viewer, specifically designed to handle comic books."
7 MAINTAINER="mallory@skyrock.com"
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 }