wok annotate mlt-dev/receipt @ rev 22843

Add whdd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 14 15:54:18 2020 +0100 (2020-02-14)
parents 256c12e61951
children
rev   line source
jozee@6826 1 # SliTaz package receipt.
jozee@6826 2
jozee@6826 3 PACKAGE="mlt-dev"
pascal@22105 4 VERSION="6.16.0"
jozee@6826 5 CATEGORY="development"
jozee@6826 6 MAINTAINER="jozee@slitaz.org"
pascal@15583 7 LICENSE="LGPL2.1"
Hans-G?nter@21451 8 SHORT_DESC="mlt development files"
Hans-G?nter@21451 9 WEB_SITE="https://www.mltframework.org/"
pascal@15583 10
pascal@15599 11 DEPENDS="mlt pkg-config"
Hans-G?nter@21451 12 WANTED="mlt"
jozee@6826 13
jozee@6826 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6826 15 genpkg_rules()
jozee@6826 16 {
jozee@6826 17 mkdir -p $fs/usr/lib
Hans-G?nter@21451 18
Hans-G?nter@21451 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21451 20 cp -a $install/usr/include $fs/usr
jozee@6826 21 }
Hans-G?nter@21456 22