wok-6.x annotate txt2tags/receipt @ rev 22473
updated aespipe (2.4e -> 2.4f)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:45:00 2019 +0100 (2019-12-27) |
parents | 600aaedb561d |
children | 922f061231c2 |
rev | line source |
---|---|
pascal@7142 | 1 # SliTaz package receipt. |
pascal@7142 | 2 |
pascal@7142 | 3 PACKAGE="txt2tags" |
pascal@7142 | 4 VERSION="2.6" |
pascal@7142 | 5 CATEGORY="misc" |
pascal@7142 | 6 SHORT_DESC="Document generator." |
pascal@7142 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15590 | 8 LICENSE="GPL2" |
pascal@7142 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@20669 | 10 WEB_SITE="https://txt2tags.org/" |
pascal@7142 | 11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" |
pascal@7142 | 12 DEPENDS="python" |
pascal@7142 | 13 |
pascal@7142 | 14 # Rules to configure and make the package. |
pascal@7142 | 15 compile_rules() |
pascal@7142 | 16 { |
pascal@7142 | 17 cd $src |
pascal@7142 | 18 } |
pascal@7142 | 19 |
pascal@7142 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7142 | 21 genpkg_rules() |
pascal@7142 | 22 { |
pascal@7142 | 23 mkdir -p $fs/usr/bin |
pascal@7142 | 24 cp -a $src/txt2tags $fs/usr/bin |
pascal@7142 | 25 } |
pascal@7142 | 26 |