wok view txt2tags/receipt @ rev 12329

Up: libv4l to 0.8.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 08:29:48 2012 +0000 (2012-04-19)
parents
children 600aaedb561d
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 }