wok view giws/receipt @ rev 16115

ARM: add libevent
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 22 20:20:40 2014 +0100 (2014-03-22)
parents e7a56295019b
children 16df76e1fc6a
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 cd $src
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }