wok view libluv-dev/receipt @ rev 25520

created recipes for libluv and libluv-dev 1.44.2.1
author Hans-G?nter Theisgen
date Fri Feb 24 15:44:32 2023 +0100 (15 months ago)
parents
children 595fe6959202
line source
1 # SliTaz package receipt.
3 PACKAGE="libluv-dev"
4 VERSION="1.44.2.1"
5 CATEGORY="development"
6 TAGS="lua"
7 SHORT_DESC="Bare libuv bindings for lua - development files."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="Apache-2.0"
10 WEB_SITE="https://github.com/luvit/luv"
12 WANTED="libluv"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }