wok view libestr-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 3a735c5951e2
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libestr-dev"
4 VERSION="0.1.2"
5 CATEGORY="development"
6 SHORT_DESC="libestr dev files"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://libestr.adiscon.com/"
9 WANTED="libestr"
11 DEPENDS="libestr"
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/lib/*.a* $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
21 }