wok view libestr-dev/receipt @ rev 21879

Add borgbackup py3k-cython py3k-setuptools_scm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 29 11:57:57 2019 +0200 (2019-09-29)
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 }