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 /base/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 'base/libdvdcss/Pkgfile')
-rwxr-xr-x | base/libdvdcss/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/libdvdcss/Pkgfile b/base/libdvdcss/Pkgfile deleted file mode 100755 index 8e4e6c0df..000000000 --- a/base/libdvdcss/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |