diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:47:20 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:47:20 +0200 |
commit | d9db79db5d918921b73aa5436a614f0479ceb963 (patch) | |
tree | a94049b63423bbcf2f5420dac7a0aa9138ae36d8 /base/mplayer-all-codecs/Pkgfile | |
parent | 37d7d587c54a6f29e455d6d387cd36ac3ed89df5 (diff) | |
download | nutyx-pakxe-d9db79db5d918921b73aa5436a614f0479ceb963.tar.gz nutyx-pakxe-d9db79db5d918921b73aa5436a614f0479ceb963.tar.bz2 nutyx-pakxe-d9db79db5d918921b73aa5436a614f0479ceb963.tar.xz nutyx-pakxe-d9db79db5d918921b73aa5436a614f0479ceb963.zip |
mplayer-all-codecs dans extra
Diffstat (limited to 'base/mplayer-all-codecs/Pkgfile')
-rw-r--r-- | base/mplayer-all-codecs/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/mplayer-all-codecs/Pkgfile b/base/mplayer-all-codecs/Pkgfile deleted file mode 100644 index 1cc3c4720..000000000 --- a/base/mplayer-all-codecs/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} - - |