wok view libhx-dev/receipt @ rev 24060

Up brotli (1.0.9), tinyssh (20210601), udftools (2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 10 07:14:38 2021 +0000 (2021-06-10)
parents 75937d22148a
children a6336704378f
line source
1 # SliTaz package receipt.
3 PACKAGE="libhx-dev"
4 VERSION="3.24"
5 CATEGORY="development"
6 SHORT_DESC="Data structures and functions for scripting languages, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL3 LGPL2.1"
9 WEB_SITE="http://libhx.sourceforge.net/"
11 SOURCE="libHX"
12 DEPENDS="pkg-config"
13 WANTED="libhx"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }