wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="txt2tags"
4 VERSION="2.6"
5 CATEGORY="misc"
6 SHORT_DESC="Document generator"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://txt2tags.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
14 compile_rules() {
15 install -Dm755 $src/txt2tags $install/usr/bin/txt2tags
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="python"
21 }