wok-next view libbsd/receipt @ rev 20458

Unlock x86_64 architecture
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 12:12:14 2018 +0200 (2018-03-02)
parents 0e8dadf052b9
children 0ec6086e21d6
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
14 SPLIT="libbsd-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 case $PACKAGE in
26 libbsd) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }