summaryrefslogtreecommitdiffstats
path: root/base/libdvbpsi/Pkgfile
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 /base/libdvbpsi/Pkgfile
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 'base/libdvbpsi/Pkgfile')
-rw-r--r--base/libdvbpsi/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libdvbpsi/Pkgfile b/base/libdvbpsi/Pkgfile
new file mode 100644
index 000000000..e272abce2
--- /dev/null
+++ b/base/libdvbpsi/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}
+