wok view libestr-dev/receipt @ rev 24583

updated fusioninventory-agent (2.5.2 -> 2.6)
author Hans-G?nter Theisgen
date Sun Feb 27 17:43:39 2022 +0100 (2022-02-27)
parents 364099c9aff2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libestr-dev"
4 VERSION="0.1.11"
5 CATEGORY="development"
6 SHORT_DESC="Libestr - development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://libestr.adiscon.com/"
11 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
19 cp -a $install/usr/lib/*.a* $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }