wok view libbsd/receipt @ rev 16334

ARM: add idesk
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 11 10:57:36 2014 +0200 (2014-04-11)
parents bc3fb1e3fbb0
children 093afdf01585
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"
13 DEPENDS=""
14 BUILD_DEPENDS=""
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 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }