wok-current annotate libmodplug-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 (2 months ago)
parents 7dd01dedad38
children
rev   line source
jozee@2658 1 # SliTaz package receipt.
jozee@2658 2
jozee@2658 3 PACKAGE="libmodplug-dev"
Hans-G?nter@21258 4 VERSION="0.8.9.0"
jozee@2658 5 CATEGORY="development"
Hans-G?nter@21258 6 SHORT_DESC="libmodplug development files."
jozee@2658 7 MAINTAINER="jozee@slitaz.org"
pascal@15473 8 LICENSE="PublicDomain"
pascal@25460 9 WEB_SITE="https://modplug-xmms.sourceforge.net/"
Hans-G?nter@21258 10
jozee@2658 11 WANTED="libmodplug"
Hans-G?nter@21258 12 DEPENDS="pkg-config"
Hans-G?nter@21258 13
pankso@16084 14 HOST_ARCH="i486 arm"
jozee@2658 15
jozee@2658 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2658 17 genpkg_rules()
jozee@2658 18 {
jozee@2658 19 mkdir -p $fs/usr/lib
Hans-G?nter@21258 20
Hans-G?nter@21258 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21258 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@2658 23 }