summaryrefslogtreecommitdiffstats
path: root/libdvdcss/Pkgfile
blob: 0ed44cd02ee7718e2e758feb4f41e6576b1792eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Permet d'accéder au DVD de façon transparente
# URL: http://www.videolan.org/developers/libdvdcss.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libdvdcss
version=1.2.12
release=1
source=(http://downloads.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}