wok view mlt-dev/receipt @ rev 20375

I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 07:19:54 2018 +0000 (2018-06-13)
parents 47e1df965953
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="mlt-dev"
4 VERSION="6.4.1"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="LGPL2.1"
8 SHORT_DESC="mlt devel files"
9 WEB_SITE="http://www.mltframework.org"
10 WANTED="mlt"
12 DEPENDS="mlt pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }