wok annotate mlt-dev/receipt @ rev 21697

updated postfixadmin (2.3.5 -> 3.2)
author Hans-G?nter Theisgen
date Wed Jun 05 17:09:07 2019 +0100 (2019-06-05)
parents 06fd77e6f1e7
children c9bc237ebf2f
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 }
Hans-G?nter@21456 22