wok view mencoder/receipt @ rev 15747

Up: dillo (3.0.3) with better integration for JWM flavor
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 10:29:30 2014 +0100 (2014-01-03)
parents c9a0e2565b4f
children 4011b51eb28e
line source
1 # SliTaz package receipt.
3 PACKAGE="mencoder"
4 VERSION="1.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPlayer video and movie encoder."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="mplayer"
10 WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
12 DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \
13 fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \
14 libpng giflib enca lirc"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/mencoder $fs/usr/bin
21 }