wok annotate libmodplug-dev/receipt @ rev 21456

updated mlt-dev again (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:54:45 2019 +0100 (2019-04-29)
parents 53082fab5f1e
children 7dd01dedad38
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"
Hans-G?nter@21258 9 WEB_SITE="http://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 }