SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "txt2tags"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)