wok annotate mlt-dev/receipt @ rev 21451

updated mlt and mlt-dev (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:15:56 2019 +0100 (2019-04-29)
parents 6e8b1bcb30e2
children 256c12e61951
rev   line source
jozee@6826 1 # SliTaz package receipt.
jozee@6826 2
jozee@6826 3 PACKAGE="mlt-dev"
Hans-G?nter@21451 4 VERSION="6.14.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 }