wok-current annotate mlt-dev/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents b13084a16f46
children bb009a6ef036
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"
jozee@6826 7 SHORT_DESC="mlt devel files"
jozee@6826 8 WEB_SITE="http://www.mltframework.org"
slaxemulator@6870 9 DEPENDS="mlt"
jozee@6826 10 WANTED="mlt"
jozee@6826 11
jozee@6826 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6826 13 genpkg_rules()
jozee@6826 14 {
jozee@6826 15 mkdir -p $fs/usr/lib
jozee@6826 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@6826 17 cp -a $_pkg/usr/include $fs/usr
jozee@6826 18 }