wok view mlt-dev/receipt @ rev 6848

Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 12:31:54 2010 +0200 (2010-10-20)
parents
children 99e8c056d76f
line source
1 # SliTaz package receipt.
3 PACKAGE="mlt-dev"
4 VERSION="0.5.0"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="mlt devel files"
8 WEB_SITE="http://www.mltframework.org"
9 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 }