wok-next view libbsd/receipt @ rev 19872

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
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 }