# HG changeset patch # User Pascal Bellard # Date 1218452475 0 # Node ID 4ddb71955a8ef5d0c238807a662ae3863ed50ef3 # Parent e1c9e08931265de11ab115d5d630a62c1a968721 Add egenix-mx-base diff -r e1c9e0893126 -r 4ddb71955a8e egenix-mx-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/egenix-mx-base/receipt Mon Aug 11 11:01:15 2008 +0000 @@ -0,0 +1,26 @@ +# 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 +} +