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

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
parents 16df76e1fc6a
children dbb60b913b41
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="https://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 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }