wok-next view libbsd/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 | 093afdf01585 |
children | c4e53a39395a |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libbsd"
4 VERSION="0.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Provides useful functions commonly found on BSD systems"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="BSD MIT"
9 WEB_SITE="https://libbsd.freedesktop.org/wiki/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
15 SPLIT="libbsd-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 libbsd) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }