summaryrefslogtreecommitdiffstats
path: root/extra/mplayer-all-codecs/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:47:20 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:47:20 +0200
commitd9db79db5d918921b73aa5436a614f0479ceb963 (patch)
treea94049b63423bbcf2f5420dac7a0aa9138ae36d8 /extra/mplayer-all-codecs/Pkgfile
parent37d7d587c54a6f29e455d6d387cd36ac3ed89df5 (diff)
downloadnutyx-extra-d9db79db5d918921b73aa5436a614f0479ceb963.tar.gz
nutyx-extra-d9db79db5d918921b73aa5436a614f0479ceb963.tar.bz2
nutyx-extra-d9db79db5d918921b73aa5436a614f0479ceb963.tar.xz
nutyx-extra-d9db79db5d918921b73aa5436a614f0479ceb963.zip
mplayer-all-codecs dans extra
Diffstat (limited to 'extra/mplayer-all-codecs/Pkgfile')
-rw-r--r--extra/mplayer-all-codecs/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/mplayer-all-codecs/Pkgfile b/extra/mplayer-all-codecs/Pkgfile
new file mode 100644
index 000000000..1cc3c4720
--- /dev/null
+++ b/extra/mplayer-all-codecs/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Tous les codecs binaires pour xine, mplayer, etc
+# URL: http://www.mplayerhq.hu/DOCS/codecs-status.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+
+name=mplayer-all-codecs
+version=20110131
+release=1
+source=(http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-$version.tar.bz2)
+
+build() {
+ cd all-$version
+ mkdir -p $PKG/usr/lib/codecs/
+ install -m 0644 * $PKG/usr/lib/codecs/
+ rm -f $PKG/usr/lib/codecs/README
+}
+
+