wok-next annotate comix/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
parents c022997c7a57
children
rev   line source
mallory@2333 1 # SliTaz package receipt.
mallory@2333 2
mallory@2333 3 PACKAGE="comix"
mallory@3176 4 VERSION="4.0.4"
mallory@2333 5 CATEGORY="graphics"
al@21020 6 SHORT_DESC="Comic book image viewer"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://comix.sourceforge.net/"
al@21020 10
mallory@2333 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
mallory@2333 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
mallory@2333 13
al@20932 14 BUILD_DEPENDS="python python-pygtk-dev python-pil unrar"
pascal@15002 15
al@21020 16 compile_rules() {
al@21020 17 mkdir -p $install/usr
al@21020 18 python -B install.py --no-mime --dir $install/usr install
mallory@2333 19 }
mallory@2333 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 DEPENDS="python python-pygtk python-pil rar"
al@21020 24 TAGS="viewer comic"
mallory@2333 25 }