wok view libbsd/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 4a7cf6cb356e
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="libbsd"
4 VERSION="0.6.0"
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="http://libbsd.freedesktop.org/wiki/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://libbsd.freedesktop.org/releases/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $install/usr/lib/*.so* $fs/usr/lib
25 }