wok-current view libluv-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (8 weeks 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 }