contrib/libbluray/Pkgfile

23 lines
654 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
2016-03-30 03:37:47 +02:00
version=0.9.2
release=1
source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2)
#source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) # PASV ... couldn't connect to 127.0.1.1. something is wrong with this ftp /dns, works with curl but not wget
build() {
cd $name-$version
./configure \
--prefix=/usr \
2015-11-05 11:20:59 +01:00
--disable-bdjava
make
make DESTDIR=$PKG install
}