wok annotate libnl1/receipt @ rev 23705

updated tmate (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue Apr 28 14:06:33 2020 +0100 (2020-04-28)
parents 4904e3d374a9
children 83b97236db32
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@20672 11 WEB_SITE="http://www.infradead.org/~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 }