wok-next view get-src2pkg/receipt @ rev 20384

OpenVAS commit: add greenbone-security-assistant, openvas-cli; up openvas-libraries, openvas-manager, openvas-scanner; openvas-client removed from OpenVAS distribution and looks incompatible with the current libraries (broken)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 30 02:37:09 2017 +0200 (2017-11-30)
parents 6dac872c5a4a
children d958fec46c9f
line source
1 # SliTaz package receipt.
3 PACKAGE="get-src2pkg"
4 VERSION="1.00"
5 CATEGORY="development"
6 WEB_SITE="http://amigolinux.org"
7 SHORT_DESC="Package-creation and conversion software"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $stuff/get-src2pkg $fs/usr/bin
16 }