wok-current annotate libmpack-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 (5 months ago)
parents
children
rev   line source
Hans-G?nter@25527 1 # SliTaz package receipt.
Hans-G?nter@25527 2
Hans-G?nter@25527 3 PACKAGE="libmpack-dev"
Hans-G?nter@25527 4 VERSION="1.0.5"
Hans-G?nter@25527 5 CATEGORY="development"
Hans-G?nter@25527 6 SHORT_DESC="Simple implementation of msgpack in C - development files."
Hans-G?nter@25527 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@25527 8 LICENSE="MIT"
Hans-G?nter@25527 9 WEB_SITE="https://github.com/libmpack/libmpack"
Hans-G?nter@25527 10
Hans-G?nter@25527 11 WANTED="libmpack"
Hans-G?nter@25527 12
Hans-G?nter@25527 13 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@25527 14 genpkg_rules()
Hans-G?nter@25527 15 {
Hans-G?nter@25527 16 get_dev_files
Hans-G?nter@25527 17 }