wok diff mencoder/receipt @ rev 1353

iFix: dvdauthor BUILD_DEPENDS, needs libdvdread-dev to build.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Sep 06 15:07:21 2008 +0200 (2008-09-06)
parents
children ae564d97575d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mencoder/receipt	Sat Sep 06 15:07:21 2008 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mencoder"
     1.7 +VERSION="1.0rc2"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="MPlayer video and movie encoder."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="mplayer"
    1.12 +WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	_pkg=$WOK/$WANTED/MPlayer-$VERSION/_pkg
    1.18 +	mkdir -p $fs/usr/bin
    1.19 +	cp -a $_pkg/usr/bin/mencoder $fs/usr/bin
    1.20 +}