summaryrefslogtreecommitdiffstats
path: root/base/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 /base/libdvbpsi/Pkgfile
parent3630c98d0bc82533bc47ee1225054cc8a4020372 (diff)
downloadnutyx-extra-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.gz
nutyx-extra-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.bz2
nutyx-extra-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.tar.xz
nutyx-extra-2e4e17ba7ceabce43f58a254e10dfd4af4f27272.zip
libdvbpsi dans extra
Diffstat (limited to 'base/libdvbpsi/Pkgfile')
-rw-r--r--base/libdvbpsi/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/libdvbpsi/Pkgfile b/base/libdvbpsi/Pkgfile
deleted file mode 100644
index 2ca7fa39f..000000000
--- a/base/libdvbpsi/Pkgfile
+++ /dev/null
@@ -1,18 +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
-
-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
-}
-