wok annotate libmodplug-dev/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 2aa4897bdebc
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/*.*a $fs/usr/lib/
Hans-G?nter@21258 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@2658 24 }