wok view antinat-dev/receipt @ rev 14774

Up xorg-libXi (1.7.1.901), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:36:53 2013 +0200 (2013-06-30)
parents
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="antinat-dev"
4 VERSION="0.90"
5 CATEGORY="development"
6 SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://antinat.sourceforge.net/"
9 WANTED="antinat"
11 DEPENDS="antinat expat-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 }