wok view libhx-dev/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents a6336704378f
children
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="libhx pkg-config"
13 WANTED="libhx"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 get_dev_files
19 }