wok annotate mlt-dev/receipt @ rev 8050

Improve attr&acl receipts by replacing strange slackware seds by the use of DIST_ROOT; acl includes are now going at the right place.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 21:38:00 2011 +0100 (2011-01-20)
parents 99e8c056d76f
children 545a43737e35
rev   line source
jozee@6826 1 # SliTaz package receipt.
jozee@6826 2
jozee@6826 3 PACKAGE="mlt-dev"
slaxemulator@7956 4 VERSION="0.6.0"
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 }