wok view giws/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents 7bb096863642
children 8dd8bab3f0ca
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 LICENSE="CECILL"
9 WEB_SITE="http://www.scilab.org/giws"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://forge.scilab.org/index.php/p/$PACKAGE/downloads/get/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python libxml2-python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }