# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=libdvdcss
pkgver=1.4.0
pkgrel=1
pkgdesc="Library for accessing DVDs like a block device without having to bother about the decryption"
url="http://www.videolan.org/developers/libdvdcss.html"
arch="all"
makedepends="file linux-headers"
license="GPL"
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.videolan.org/pub/libdvdcss/$pkgver/libdvdcss-$pkgver.tar.bz2
	replace-error.patch
	"
builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$builddir"
	default_prepare
}

build() {
	cd "$builddir"
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

check() {
	cd "$builddir"
	make check
}

sha512sums="ad4503a37f47a9563da0b9e387ca3e812f6cdfbf109b8d92f8eccdd879b4270e5b0ee79041d7fb4c86698d72748f7bbf0257db8da6bb1c889dd4f78645e3371b  libdvdcss-1.4.0.tar.bz2
6aa9510b662d39527935f90fc500d27a8ff6bfc45a967ee3b3affcb0637a3d9ce9acb0967e88c65711a74eeb2061c63b14c542ec47b1dded29a5729f7e659f8e  replace-error.patch"