wok view libestr-dev/receipt @ rev 20441

Up lvm2 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 13:34:28 2018 +0200 (2018-09-11)
parents 8ed62ecac0c7
children 364099c9aff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libestr-dev"
4 VERSION="0.1.10"
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 }