wok view libestr-dev/receipt @ rev 21615

Up opencv (3.4.6)
author maniac
date Thu May 23 22:07:21 2019 +0300 (2019-05-23)
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 }