wok view egenix-mx-base/receipt @ rev 11128

Up: xplanet to 1.2.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:31:21 2011 +0000 (2011-10-26)
parents
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="egenix-mx-base"
4 VERSION="3.1.0"
5 CATEGORY="development"
6 SHORT_DESC="eGenix.com mx Extension series."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.egenix.com/products/python/mxBase/"
10 WGET_URL="http://downloads.egenix.com/python/$TARBALL"
11 DEPENDS="python"
12 BUILD_DEPENDS="python python-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $_pkg/usr $fs
25 }