wok-next annotate txt2tags/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents da9e80c5d4bb
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@7142 2
pascal@7142 3 PACKAGE="txt2tags"
pascal@7142 4 VERSION="2.6"
pascal@7142 5 CATEGORY="misc"
al@20503 6 SHORT_DESC="Document generator"
pascal@7142 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
al@20909 9 WEB_SITE="https://txt2tags.org/"
al@20503 10
pascal@7142 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@7142 12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
pascal@7142 13
al@20503 14 compile_rules() {
al@20503 15 install -Dm755 $src/txt2tags $install/usr/bin/txt2tags
pascal@7142 16 }
pascal@7142 17
al@20503 18 genpkg_rules() {
al@20503 19 copy @std
al@20503 20 DEPENDS="python"
pascal@7142 21 }