description="Blu-Ray access library."
url="http://www.videolan.org/developers/libbluray.html"

packager="spiky <spiky@nutyx.org>"
contributors="Greg,Tnut"

makedepends=(libxml2 freetype xorg-fontconfig apache-ant)

name=libbluray
version=1.3.4

source=(ftp://ftp.videolan.org/pub/videolan/libbluray/$version/libbluray-$version.tar.bz2)

build() {

	cd $name-$version

	./configure \
		--prefix=/usr \
		--mandir=/usr/man \
                --disable-bdjava-jar

	make
	make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libbluray.la
}
