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

Up gsettings-desktop-schemas (3.12.2)
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:12:54 2014 -0300 (2014-07-10)
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 }