wok view giws/receipt @ rev 20877

openssh: add ssh-copy-id (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:59:15 2019 +0100 (2019-02-23)
parents 16df76e1fc6a
children 913e7292869b
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="https://github.com/opencollab/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 }