summaryrefslogtreecommitdiffstats
path: root/base/liba52/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:24:05 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:24:05 +0200
commita902d35d8eee92aac641b9b8d765da6af881c7a2 (patch)
tree2ae9d603778d368d930146bae71caaf9f8931831 /base/liba52/Pkgfile
parent242aab8a3473e4a546f7d16ea8ae917818224f4e (diff)
downloadnutyx-pakxe-a902d35d8eee92aac641b9b8d765da6af881c7a2.tar.gz
nutyx-pakxe-a902d35d8eee92aac641b9b8d765da6af881c7a2.tar.bz2
nutyx-pakxe-a902d35d8eee92aac641b9b8d765da6af881c7a2.tar.xz
nutyx-pakxe-a902d35d8eee92aac641b9b8d765da6af881c7a2.zip
liba52 dans extra
Diffstat (limited to 'base/liba52/Pkgfile')
-rwxr-xr-xbase/liba52/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/liba52/Pkgfile b/base/liba52/Pkgfile
deleted file mode 100755
index 0da81a1f2..000000000
--- a/base/liba52/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Permet de décoder le codec ATSC (AC3)
-# URL: http://liba52.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libtool
-
-name=liba52
-version=0.7.4
-release=3
-source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz \
- http://nutyx.meticul.eu/files/patchs/$name/a52dec-0.7.4-build.patch)
-
-build() {
- cd a52dec-$version
- patch -Np1 -i ../a52dec-0.7.4-build.patch
- ./bootstrap
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-shared
- make
- make DESTDIR=$PKG install
- # required for xine-lib
- install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
-}