wok annotate libnl1/receipt @ rev 17761

airpwn: run automake --add-missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 11:29:15 2015 +0100 (2015-03-10)
parents 1e434243dc31
children 8dd8bab3f0ca
rev   line source
pascal@14712 1 # SliTaz package receipt.
pascal@14712 2
pascal@14712 3 PACKAGE="libnl1"
pascal@14712 4 VERSION="1.1.4"
pascal@14712 5 SOURCE="libnl"
pascal@14712 6 CATEGORY="network"
pascal@14712 7 SHORT_DESC="netlink library."
pascal@14712 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14714 9 LICENSE="LGPL2.1"
pascal@14712 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@14712 11 WEB_SITE="http://people.suug.ch/~tgr/libnl"
pascal@14712 12 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@14712 13
pascal@14712 14 BUILD_DEPENDS="flex"
pascal@14712 15
pascal@14712 16 # Rules to configure and make the package.
pascal@14712 17 compile_rules()
pascal@14712 18 {
pascal@14712 19 cd $src
pascal@14712 20 ./configure && make && make install
pascal@14712 21 }
pascal@14712 22
pascal@14712 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14712 24 genpkg_rules()
pascal@14712 25 {
pascal@14712 26 mkdir -p $fs/usr
pascal@14712 27 cp -a $install/usr/lib $fs/usr
pascal@14712 28 }