wok annotate libluv-dev/receipt @ rev 25531

Add some current_version()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 10:05:50 2023 +0000 (15 months ago)
parents 11e12a2c0eb8
children
rev   line source
Hans-G?nter@25520 1 # SliTaz package receipt.
Hans-G?nter@25520 2
Hans-G?nter@25520 3 PACKAGE="libluv-dev"
Hans-G?nter@25520 4 VERSION="1.44.2.1"
Hans-G?nter@25520 5 CATEGORY="development"
Hans-G?nter@25520 6 SHORT_DESC="Bare libuv bindings for lua - development files."
Hans-G?nter@25520 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@25520 8 LICENSE="Apache-2.0"
Hans-G?nter@25520 9 WEB_SITE="https://github.com/luvit/luv"
pascal@25531 10 TAGS="lua"
Hans-G?nter@25520 11
Hans-G?nter@25520 12 WANTED="libluv"
Hans-G?nter@25520 13
Hans-G?nter@25520 14 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@25520 15 genpkg_rules()
Hans-G?nter@25520 16 {
Hans-G?nter@25520 17 get_dev_files
Hans-G?nter@25520 18 }