# SliTaz package receipt. PACKAGE="egenix-mx-base" VERSION="3.1.0" CATEGORY="development" SHORT_DESC="eGenix.com mx Extension series." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.egenix.com/products/python/mxBase/" WGET_URL="http://downloads.egenix.com/python/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { cd $src python setup.py install --root=$PWD/_pkg } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $_pkg/usr $fs }