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