wok-4.x view txt2tags/receipt @ rev 12257
Up: slitaz-configs to 4.9.2. There shouldn't have been 1.9.2 tag.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 10 14:45:29 2012 +0000 (2012-04-10) |
parents | |
children |
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 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://txt2tags.org/"
10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
11 DEPENDS="python"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/bin
23 cp -a $src/txt2tags $fs/usr/bin
24 }