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

traceroute: Moved traceroute to /usr/bin folder. Fixed WEB_SITE.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 06:41:39 2014 +0000 (2014-01-24)
parents 4ddb71955a8e
children 16df76e1fc6a
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 LICENSE="PSL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.egenix.com/products/python/mxBase/"
11 WGET_URL="http://downloads.egenix.com/python/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }