wok-next annotate libbsd/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents 093afdf01585
children c4e53a39395a
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 HOST_ARCH="i486 arm"
al@19816 11
claudinei@14893 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19816 13 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
al@19816 14
al@19816 15 SPLIT="libbsd-dev"
claudinei@14893 16
claudinei@14893 17 # Rules to configure and make the package.
claudinei@14893 18 compile_rules()
claudinei@14893 19 {
claudinei@14893 20 ./configure $CONFIGURE_ARGS && make && make install
claudinei@14893 21 }
claudinei@14893 22
claudinei@14893 23 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@14893 24 genpkg_rules()
claudinei@14893 25 {
al@19816 26 case $PACKAGE in
al@19816 27 libbsd) copy @std;;
al@19816 28 *-dev) copy @dev;;
al@19816 29 esac
claudinei@14893 30 }