wok-stable view mencoder/receipt @ rev 7666

Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 12:59:54 2010 +0000 (2010-12-16)
parents 8dde42dc598e
children 39c37202c486
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 x264 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 }