wok view comix/receipt @ rev 16770

Fix loop depends: 1) xorg-libXfont <-> xorg-libXfont; 2) glibmm <-> libgiomm (thanks "tazpkg check").
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 20 00:27:57 2014 +0300 (2014-06-20)
parents 11579844d239
children 16df76e1fc6a
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://comix.sourceforge.net"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="viewer comic"
14 DEPENDS="python pygtk python-pil rar"
15 BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 mkdir -p $DESTDIR/usr
22 python install.py --no-mime --dir $DESTDIR/usr install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/* $fs/usr/
30 }