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

updated xar and xar-dev (1.5.2 -> 1.6.1)
author Hans-G?nter Theisgen
date Wed Nov 06 17:36:13 2019 +0100 (2019-11-06)
parents a78610b2eb47
children bfabe25c21ff
line source
1 # SliTaz package receipt.
3 PACKAGE="egenix-mx-base"
4 VERSION="3.2.9"
5 CATEGORY="development"
6 SHORT_DESC="eGenix.com mx Extension series."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PSL"
9 WEB_SITE="https://www.egenix.com/products/python/mxBase/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://downloads.egenix.com/python/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
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 }