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