SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gaupol"

# SliTaz package receipt.

PACKAGE="gaupol"
VERSION="0.15"
CATEGORY="multimedia"
SHORT_DESC="Gaupol is an editor for text-based subtitle files."
MAINTAINER="claudinei@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://home.gna.org/gaupol"
WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL"
DEPENDS="python pygtk"
SUGGESTED="mplayer"
BUILD_DEPENDS="python-dev intltool gettext"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    LC_ALL=C python setup.py clean install --root=$PWD/_pkg
}

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

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