wok-next view comix/receipt @ rev 21168

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
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 }