wok-6.x view libnl-dev/receipt @ rev 4884
Add ncursesw (UTF-8 support for curses libs) and modify ncurses pkg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 05 23:13:39 2010 +0100 (2010-02-05) |
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 }