wok-next annotate txt2tags/receipt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents 600aaedb561d
children 7506b35e1c6f
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@20503 9 WEB_SITE="http://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 }