wok-next diff 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 diff
     1.1 --- a/comix/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/comix/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -3,27 +3,23 @@
     1.4  PACKAGE="comix"
     1.5  VERSION="4.0.4"
     1.6  CATEGORY="graphics"
     1.7 -SHORT_DESC="Comix is an image viewer, specifically designed to handle comic books."
     1.8 -MAINTAINER="mallory@sweetpeople.org"
     1.9 +SHORT_DESC="Comic book image viewer"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 +WEB_SITE="http://comix.sourceforge.net/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://comix.sourceforge.net"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 -TAGS="viewer comic"
    1.18  
    1.19 -DEPENDS="python python-pygtk python-pil rar"
    1.20  BUILD_DEPENDS="python python-pygtk-dev python-pil unrar"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	mkdir -p $DESTDIR/usr
    1.26 -	python install.py --no-mime --dir $DESTDIR/usr install
    1.27 +compile_rules() {
    1.28 +	mkdir -p $install/usr
    1.29 +	python -B install.py --no-mime --dir $install/usr install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/* $fs/usr/
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="python python-pygtk python-pil rar"
    1.40 +	TAGS="viewer comic"
    1.41  }