wok view comix/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
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 }