wok annotate giws/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents 16df76e1fc6a
children 913e7292869b
rev   line source
pascal@13512 1 # SliTaz package receipt.
pascal@13512 2
pascal@13512 3 PACKAGE="giws"
pascal@13512 4 VERSION="2.0.1"
pascal@13512 5 CATEGORY="development"
pascal@13512 6 SHORT_DESC="Generates a C++ wrapper on the Java object."
pascal@13512 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="CECILL"
pascal@20672 9 WEB_SITE="https://github.com/opencollab/giws"
pascal@13512 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13512 11 WGET_URL="http://forge.scilab.org/index.php/p/$PACKAGE/downloads/get/$TARBALL"
pascal@13512 12
pascal@13512 13 DEPENDS="python"
pascal@13512 14 BUILD_DEPENDS="python libxml2-python"
pascal@13512 15
pascal@13512 16 # Rules to configure and make the package.
pascal@13512 17 compile_rules()
pascal@13512 18 {
pascal@13512 19 python setup.py build
pascal@13512 20 python setup.py install --root=$DESTDIR
pascal@13512 21 }
pascal@13512 22
pascal@13512 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13512 24 genpkg_rules()
pascal@13512 25 {
pascal@13512 26 cp -a $install/* $fs
pascal@13512 27 }