wok view txt2tags/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 960f37e7ed9d
children a78610b2eb47
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="http://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 }