wok view libnl-dev/receipt @ rev 6707

Added linux-module-headers. This is used to build 3rd party kernel modules. This is based on archlinux kernel26-headers PKGBUILD.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 23:49:38 2010 +0000 (2010-10-13)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="libnl-dev"
4 VERSION="1.1"
5 CATEGORY="network"
6 SHORT_DESC="netlink library devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://people.suug.ch/~tgr/libnl"
10 WANTED="libnl"
11 DEPENDS="libnl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/include $fs/usr
18 }