wok view libestr-dev/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 6c3718ca17b6
children e4b9963526cc
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 LICENSE="LGPL2"
9 WEB_SITE="http://libestr.adiscon.com/"
10 WANTED="libestr"
12 DEPENDS="libestr pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.a* $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
22 }