# SliTaz package receipt.

PACKAGE="txt2tags"
VERSION="2.6"
CATEGORY="misc"
SHORT_DESC="Document generator."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://txt2tags.org/"
WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
DEPENDS="python"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $src/txt2tags $fs/usr/bin
}