wok view libhx-dev/receipt @ rev 24942

BootProg: clear cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 15:10:50 2022 +0000 (2022-04-20)
parents a8f0449114d3
children dcb071a5e9e6
line source
1 # SliTaz package receipt.
3 PACKAGE="libhx-dev"
4 VERSION="4.3"
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="https://inai.de/projects/libhx/"
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 get_dev_files
19 }