wok-next diff catfish/receipt @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents a3254b6a96ac
children
line diff
     1.1 --- a/catfish/receipt	Tue Sep 25 17:35:51 2018 +0300
     1.2 +++ b/catfish/receipt	Tue Dec 10 10:00:39 2019 +0100
     1.3 @@ -1,29 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="catfish"
     1.8  VERSION="0.3.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Catfish is a versatile file searching tool"
    1.11 +SHORT_DESC="Versatile file searching tool"
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.twotoasts.de/index.php/catfish/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://twotoasts.de/index.php/catfish/"
    1.18  WGET_URL="http://twotoasts.de/media/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="python-pygtk python-pyxdg findutils"
    1.21 -BUILD_DEPENDS="python-pygtk-dev libglade-dev python-pyxdg gettext"
    1.22 +BUILD_DEPENDS="python-pygtk-dev libglade-dev python-pyxdg gettext-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 +compile_rules() {
    1.28  	./configure --prefix=/usr &&
    1.29  	make &&
    1.30  	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	mkdir -p $fs/usr/bin $fs/usr/share/catfish
    1.38  	cat > $fs/usr/bin/catfish << EOT
    1.39  #!/bin/sh
    1.40 @@ -61,4 +57,5 @@
    1.41  	for ext in glade svg; do
    1.42  		find $fs -type f -name '*.'$ext -exec chmod 644 {} \;
    1.43  	done
    1.44 +	DEPENDS="python-pygtk python-pyxdg findutils"
    1.45  }