wok view mlt-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents bb009a6ef036
children f8489295fb90
line source
1 # SliTaz package receipt.
3 PACKAGE="mlt-dev"
4 VERSION="0.7.2"
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 }