wok-next view comix/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents c022997c7a57
children
line source
1 # SliTaz package receipt.
3 PACKAGE="comix"
4 VERSION="4.0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Comic book image viewer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://comix.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python python-pygtk-dev python-pil unrar"
16 compile_rules() {
17 mkdir -p $install/usr
18 python -B install.py --no-mime --dir $install/usr install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python python-pygtk python-pil rar"
24 TAGS="viewer comic"
25 }