wok view libluv-dev/receipt @ rev 25601
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 16 18:06:38 2023 +0000 (18 months ago) |
parents | 11e12a2c0eb8 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libluv-dev"
4 VERSION="1.44.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Bare libuv bindings for lua - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="Apache-2.0"
9 WEB_SITE="https://github.com/luvit/luv"
10 TAGS="lua"
12 WANTED="libluv"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }