wok-next annotate libbsd/receipt @ rev 20900

gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 21 17:03:50 2018 +0300 (2018-07-21)
parents c4e53a39395a
children e7a485521d6a
rev   line source
al@19816 1 # SliTaz package receipt v2.
claudinei@14893 2
claudinei@14893 3 PACKAGE="libbsd"
al@19816 4 VERSION="0.8.6"
claudinei@14893 5 CATEGORY="development"
al@19816 6 SHORT_DESC="Provides useful functions commonly found on BSD systems"
claudinei@14893 7 MAINTAINER="claudinei@slitaz.org"
pascal@14894 8 LICENSE="BSD MIT"
al@19816 9 WEB_SITE="https://libbsd.freedesktop.org/wiki/"
al@19816 10
claudinei@14893 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19816 12 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
al@19816 13
al@19816 14 SPLIT="libbsd-dev"
claudinei@14893 15
al@20575 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20575 19 make &&
al@20575 20 make install
claudinei@14893 21 }
claudinei@14893 22
al@20575 23 genpkg_rules() {
al@19816 24 case $PACKAGE in
al@19816 25 libbsd) copy @std;;
al@19816 26 *-dev) copy @dev;;
al@19816 27 esac
claudinei@14893 28 }