wok annotate libnl/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 5f4c4d819318
children c7df6249e093
rev   line source
pascal@1110 1 # SliTaz package receipt.
pascal@1110 2
pascal@1110 3 PACKAGE="libnl"
pascal@13463 4 VERSION="3.2.13"
pascal@1110 5 CATEGORY="network"
pascal@1110 6 SHORT_DESC="netlink library."
pascal@1110 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14714 8 LICENSE="LGPL2.1"
pascal@1110 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1110 10 WEB_SITE="http://people.suug.ch/~tgr/libnl"
pascal@1110 11 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@1110 12
pascal@13463 13 BUILD_DEPENDS="flex"
pascal@13463 14
pascal@1110 15 # Rules to configure and make the package.
pascal@1110 16 compile_rules()
pascal@1110 17 {
pascal@1110 18 cd $src
pankso@9938 19 ./configure && make && make install
pascal@1110 20 }
pascal@1110 21
pascal@1110 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1110 23 genpkg_rules()
pascal@1110 24 {
pascal@1110 25 mkdir -p $fs/usr
pascal@13463 26 cp -a $install/usr/lib $fs/usr
pascal@1110 27 }