wok view dotconf-dev/receipt @ rev 21173

updated libestr and libestr-dev (0.1.10 -> 0.1.11)
author Hans-G?nter Theisgen
date Mon Apr 01 16:14:06 2019 +0100 (2019-04-01)
parents 851fc1686394
children 8609ecf381cf
line source
1 # SliTaz package receipt.
3 PACKAGE="dotconf-dev"
4 VERSION="1.0.13"
5 CATEGORY="development"
6 SHORT_DESC="Configuration file parser devel library."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="dotconf"
10 WEB_SITE="https://github.com/williamh/dotconf"
12 DEPENDS="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/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }