summaryrefslogtreecommitdiffstats
path: root/extra/libdvbpsi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:27:19 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:27:19 +0200
commit2e4e17ba7ceabce43f58a254e10dfd4af4f27272 (patch)
treeef55e9ed626d84344e6d5a457b5c101e69ddc8c0 /extra/libdvbpsi/Pkgfile
parent3630c98d0bc82533bc47ee1225054cc8a4020372 (diff)
downloadnutyx-pakxe-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.gz
nutyx-pakxe-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.bz2
nutyx-pakxe-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.xz
nutyx-pakxe-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.zip
libdvbpsi dans extra
Diffstat (limited to 'extra/libdvbpsi/Pkgfile')
-rw-r--r--extra/libdvbpsi/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libdvbpsi/Pkgfile b/extra/libdvbpsi/Pkgfile
new file mode 100644
index 000000000..2ca7fa39f
--- /dev/null
+++ b/extra/libdvbpsi/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+name=libdvbpsi
+version=0.1.7
+release=1
+source=(http://downloads.videolan.org/pub/videolan/$name/$version/${name}-$version.tar.bz2)
+
+build() {
+ cd ${name}-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ chown -R root:root $PKG
+}
+