# SliTaz package receipt.

PACKAGE="python3-mako"
VERSION="1.1.4"
CATEGORY="development"
SHORT_DESC="Fast template library"
MAINTAINER="taziden@slitaz.org"
SOURCE="Mako"
DEPENDS="python3-markupsafe"
BUILD_DEPENDS="python3 python3-dev python3-setuptools"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://www.makotemplates.org/"
WGET_URL="https://files.pythonhosted.org/packages/source/M/$SOURCE/$TARBALL"
TAGS="python"

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

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