wok-next view comix/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }