wok-current view libmatemixer-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 c52a03a5a657
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libmatemixer-dev"
4 VERSION="1.9.2"
5 CATEGORY="development"
6 LICENSE="GPL3"
7 SHORT_DESC="Mixer library for MATE Desktop, devel files."
8 WEB_SITE="https://www.mate-desktop.org/"
9 MAINTAINER="yuripourre@gmail.com"
10 WANTED="libmatemixer"
11 DEPENDS="libmatemixer pkg-config"
12 TAGS="MATE"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/include
17 cp -a $install/usr/lib/*.la $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include/* $fs/usr/include
20 }