wok view txt2tags/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 600aaedb561d
children 922f061231c2
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="https://txt2tags.org/"
11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
12 DEPENDS="python"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/txt2tags $fs/usr/bin
25 }