wok-next view txt2tags/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents da9e80c5d4bb
children
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="https://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 }