wok view libwrap-dev/receipt @ rev 12533

Up: xorg-xf86-input-evdev (it provide mouse and keyboard support so xorg-xf86-input-[mouse|keyboard] can be removed)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 01:50:03 2012 +0200 (2012-04-26)
parents a075ff895254
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="libwrap-dev"
4 VERSION="7.6"
5 CATEGORY="development"
6 SHORT_DESC="Wietse Venema's network logger devel files."
7 MAINTAINER="erjo@slitaz.org"
8 WANTED="libwrap"
9 WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include $fs/usr/lib
15 cp -a $src/tcpd.h $fs/usr/include
16 cp -a $src/*.a $fs/usr/lib
17 }