wok annotate 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
rev   line source
pascal@1235 1 # SliTaz package receipt.
pascal@1235 2
pascal@1235 3 PACKAGE="egenix-mx-base"
Hans-G?nter@20870 4 VERSION="3.2.9"
pascal@1235 5 CATEGORY="development"
pascal@1235 6 SHORT_DESC="eGenix.com mx Extension series."
pascal@1235 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15588 8 LICENSE="PSL"
Hans-G?nter@20870 9 WEB_SITE="https://www.egenix.com/products/python/mxBase/"
Hans-G?nter@20870 10
pascal@1235 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1235 12 WGET_URL="http://downloads.egenix.com/python/$TARBALL"
pascal@15588 13
pascal@1235 14 DEPENDS="python"
pascal@1235 15 BUILD_DEPENDS="python python-dev"
pascal@1235 16
pascal@1235 17 # Rules to configure and make the package.
pascal@1235 18 compile_rules()
pascal@1235 19 {
pascal@15588 20 python setup.py install --root=$DESTDIR
pascal@1235 21 }
pascal@1235 22
pascal@1235 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1235 24 genpkg_rules()
pascal@1235 25 {
pascal@15588 26 cp -a $install/usr $fs
pascal@1235 27 }