wok-next view libbsd/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e7a485521d6a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libbsd"
4 VERSION="0.9.1"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libbsd) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }