wok view mencoder/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 5b44af8c1257
children b0b31361218b
line source
1 # SliTaz package receipt.
3 PACKAGE="mencoder"
4 VERSION="1.0rc3"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPlayer video and movie encoder."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fribidi libtheora lzo libdv alsa-lib cdparanoia-III expat \
9 fontconfig freetype jpeg libmad ncurses zlib lame libpng giflib enca lirc"
10 WANTED="mplayer"
11 WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$WOK/$WANTED/MPlayer-$VERSION/_pkg
17 mkdir -p $fs/usr/bin
18 cp -a $_pkg/usr/bin/mencoder $fs/usr/bin
19 }