wok annotate comix/receipt @ rev 14775

Up postfix (2.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 11:31:08 2013 +0200 (2013-06-30)
parents b9a3a615bc0d
children 7896f0694ef6
rev   line source
mallory@2333 1 # SliTaz package receipt.
mallory@2333 2
mallory@2333 3 PACKAGE="comix"
mallory@3176 4 VERSION="4.0.4"
mallory@2333 5 CATEGORY="graphics"
pascal@14277 6 SHORT_DESC="Comix is an image viewer, specifically designed to handle comic books."
pascal@14277 7 MAINTAINER="mallory@sweetpeople.org"
pascal@10884 8 DEPENDS="python pygtk python-pil rar"
pascal@10883 9 BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar"
mallory@2333 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
mallory@2333 11 WEB_SITE="http://comix.sourceforge.net"
mallory@2333 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@4933 13 TAGS="viewer comic"
mallory@2333 14
mallory@2333 15 # Rules to configure and make the package.
mallory@2333 16 compile_rules()
mallory@2333 17 {
mallory@2333 18 cd $src
mallory@2333 19 mkdir -p _pkg/usr
mallory@2333 20 python install.py --no-mime --dir $PWD/_pkg/usr install
mallory@2333 21 }
mallory@2333 22
mallory@2333 23 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2333 24 genpkg_rules()
mallory@2333 25 {
mallory@2333 26 mkdir -p $fs/usr
mallory@2333 27 cp -a $_pkg/usr/* $fs/usr/
mallory@2333 28 }
mallory@2333 29