wok-current view lzfse-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
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lzfse-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Compression library development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/lzfse/lzfse"
10 WANTED="lzfse"
11 TAGS="compression"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }