summaryrefslogtreecommitdiffstats
path: root/extra/libdvbpsi
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 16:35:36 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 16:35:36 +0100
commit9ea922e525eef785399a859d8ef30ce1087948d8 (patch)
tree82c8b9b80f9f20460a8bd34661b04f63c78ec6d6 /extra/libdvbpsi
parent3daecfcd00ce86846e4a8a8ede37839b85ab8efc (diff)
downloadnutyx-pakxe-9ea922e525eef785399a859d8ef30ce1087948d8.tar.gz
nutyx-pakxe-9ea922e525eef785399a859d8ef30ce1087948d8.tar.bz2
nutyx-pakxe-9ea922e525eef785399a859d8ef30ce1087948d8.tar.xz
nutyx-pakxe-9ea922e525eef785399a859d8ef30ce1087948d8.zip
libdvbpsi, déplacé dans base
Diffstat (limited to 'extra/libdvbpsi')
-rw-r--r--extra/libdvbpsi/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libdvbpsi/Pkgfile b/extra/libdvbpsi/Pkgfile
deleted file mode 100644
index e272abce2..000000000
--- a/extra/libdvbpsi/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Library for the decoding and generation of MPEG TS and DVB PSI tables
-# URL: http://developers.videolan.org/libdvbpsi/
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libdvbpsi
-version=0.1.6
-release=1
-source=(http://downloads.videolan.org/pub/videolan/$name/$version/${name}5-$version.tar.bz2)
-
-build() {
- cd ${name}5-$version
-
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- chown -R root:root $PKG
-}
-