wok-next view libbsd/receipt @ rev 20317

Up kmod, lxqt, oxygen-icons, slitaz-base-files, slitaz-configs; add eggwm-qt5, pencil2d.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 11 16:06:23 2017 +0200 (2017-11-11)
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 }