wok-next diff txt2tags/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents 600aaedb561d
children 7506b35e1c6f
line diff
     1.1 --- a/txt2tags/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/txt2tags/receipt	Fri Jul 20 16:59:33 2018 +0300
     1.3 @@ -1,26 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="txt2tags"
     1.8  VERSION="2.6"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Document generator."
    1.11 +SHORT_DESC="Document generator"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://txt2tags.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tgz"
    1.17 -WEB_SITE="http://txt2tags.org/"
    1.18  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.19 -DEPENDS="python"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	cd $src
    1.25 +compile_rules() {
    1.26 +	install -Dm755 $src/txt2tags $install/usr/bin/txt2tags
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 -	mkdir -p $fs/usr/bin
    1.33 -	cp -a $src/txt2tags $fs/usr/bin
    1.34 +genpkg_rules() {
    1.35 +	copy @std
    1.36 +	DEPENDS="python"
    1.37  }
    1.38 -