wok view comix/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
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 }