wok-next view txt2tags/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
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 }