wok-next diff html2text/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d6378d455338
children
line diff
     1.1 --- a/html2text/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/html2text/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -7,15 +7,11 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="GPL"
     1.6  WEB_SITE="http://www.mbayer.de/html2text/"
     1.7 +
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WGET_URL="http://ftp.ibiblio.org/pub/linux/apps/www/converters/$TARBALL"
    1.10  
    1.11 -DEPENDS=""
    1.12 -BUILD_DEPENDS=""
    1.13 -
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 +compile_rules() {
    1.18  	./configure $CONFIGURE_ARGS
    1.19  	sed -i 's|/usr/local/bin|/usr/bin|; s|/usr/local/man|/usr/share/man|;
    1.20  		s|$(BINDIR)|$(DESTDIR)&|; s|$(MANDIR)|$(DESTDIR)&|; s|$(DOCDIR)|$(DESTDIR)&|' \
    1.21 @@ -26,9 +22,7 @@
    1.22  	make install
    1.23  }
    1.24  
    1.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 -genpkg_rules()
    1.27 -{
    1.28 +genpkg_rules() {
    1.29  	cp -a $install/* $fs
    1.30  	rm -r $fs/usr/share/doc
    1.31  }