wok view giws/receipt @ rev 14716

lib[o-r]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:09:32 2013 +0200 (2013-06-11)
parents
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="giws"
4 VERSION="2.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Generates a C++ wrapper on the Java object."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.scilab.org/giws"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://forge.scilab.org/index.php/p/$PACKAGE/downloads/get/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python libxml2-python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build
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/* $fs
27 }