contrib/libbluray/Pkgfile

23 lines
495 B
Plaintext
Raw Normal View History

# Description: Blu-Ray access library.
# URL: http://www.videolan.org/developers/libbluray.html
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2015-11-05 11:20:59 +01:00
# Depends on: fontconfig libxml2
name=libbluray
2015-11-05 11:20:59 +01:00
version=0.9.1
release=1
source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
2015-11-05 11:20:59 +01:00
--mandir=/usr/man \
--disable-bdjava
make
make DESTDIR=$PKG install
}