wok view mlt-dev/receipt @ rev 11730
tintin: don't use extension in desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 09:02:38 2012 -0800 (2012-02-21) |
parents | b13084a16f46 |
children | bb009a6ef036 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mlt-dev"
4 VERSION="0.7.2"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="mlt devel files"
8 WEB_SITE="http://www.mltframework.org"
9 DEPENDS="mlt"
10 WANTED="mlt"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }