summaryrefslogtreecommitdiffstats
path: root/libdvbpsi/Pkgfile
blob: 2ca7fa39fca281eb5a74cf7a442aa95704b41cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}