summaryrefslogtreecommitdiff
path: root/libbluray/Pkgfile
blob: 8ebc0033a5a703c234d9a1fb712ee55a2613259e (plain)
    1 # Description: Blu-Ray access library.
    2 # URL: http://www.videolan.org/developers/libbluray.html
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: fontconfig libxml2
    5 # Optional: ant
    6 
    7 name=libbluray
    8 version=1.3.4
    9 release=1
   10 source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		$([ -e /usr/bin/ant ] || echo --disable-bdjava-jar)
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 }

Generated by cgit