diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:27:39 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:27:39 +0200 |
commit | e1bd7f14a5f8c0d8e0d577cb189e400e29644fa1 (patch) | |
tree | f69978d9d9f7ba2b3aa4a15920233df52975fac1 /extra/libdvdcss/Pkgfile | |
parent | 2e4e17ba7ceabce43f58a254e10dfd4af4f27272 (diff) | |
download | nutyx-extra-e1bd7f14a5f8c0d8e0d577cb189e400e29644fa1.tar.gz nutyx-extra-e1bd7f14a5f8c0d8e0d577cb189e400e29644fa1.tar.bz2 nutyx-extra-e1bd7f14a5f8c0d8e0d577cb189e400e29644fa1.tar.xz nutyx-extra-e1bd7f14a5f8c0d8e0d577cb189e400e29644fa1.zip |
libdvdcss dans extra
Diffstat (limited to 'extra/libdvdcss/Pkgfile')
-rwxr-xr-x | extra/libdvdcss/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libdvdcss/Pkgfile b/extra/libdvdcss/Pkgfile new file mode 100755 index 000000000..8e4e6c0df --- /dev/null +++ b/extra/libdvdcss/Pkgfile @@ -0,0 +1,19 @@ +# Description: Permet d'accéder au DVD de façon transparente +# URL: http://www.videolan.org/developers/libdvdcss.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libdvdcss +version=1.2.10 +release=1 +source=(http://downloads.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |