wok annotate mlt-dev/receipt @ rev 18245

Add tazpanel-extra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 31 23:33:17 2015 +0200 (2015-07-31)
parents bb009a6ef036
children f8489295fb90
rev   line source
jozee@6826 1 # SliTaz package receipt.
jozee@6826 2
jozee@6826 3 PACKAGE="mlt-dev"
slaxemulator@10156 4 VERSION="0.7.2"
jozee@6826 5 CATEGORY="development"
jozee@6826 6 MAINTAINER="jozee@slitaz.org"
pascal@15583 7 LICENSE="LGPL2.1"
jozee@6826 8 SHORT_DESC="mlt devel files"
jozee@6826 9 WEB_SITE="http://www.mltframework.org"
pascal@15583 10 WANTED="mlt"
pascal@15583 11
pascal@15599 12 DEPENDS="mlt pkg-config"
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
pascal@15583 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15583 19 cp -a $install/usr/include $fs/usr
jozee@6826 20 }