contrib/libbluray/Pkgfile

21 lines
457 B
Plaintext
Raw Normal View History

# Description: Blu-Ray access library.
2023-08-13 11:17:12 +02:00
# URL: https://www.videolan.org/developers/libbluray.html
# Maintainer: unmaintained
2018-11-10 13:27:58 +01:00
# Depends on: fontconfig libxml2
name=libbluray
2022-12-02 22:31:12 +01:00
version=1.3.4
release=1
2023-08-13 11:17:12 +02:00
source=(https://download.videolan.org/pub/videolan/libbluray/$version/libbluray-$version.tar.bz2)
2022-09-25 12:36:18 +02:00
build() {
2023-08-13 11:17:12 +02:00
cd $name-$version
2023-08-13 11:17:12 +02:00
./configure \
$([ -e /usr/bin/ant ] || echo --disable-bdjava-jar) \
--prefix=/usr
2023-08-13 11:17:12 +02:00
make
make DESTDIR=$PKG install
}