wok-next view comix/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }