milis/talimatname/genel/libbluray/talimat

21 lines
387 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Blu-Ray erişim kitaplığı.
# URL: http://www.videolan.org/developers/libbluray.html
# Packager: milisarge
# Depends on: libxml2 freetype
name=libbluray
version=0.6.2
release=1
source=(https://get.videolan.org/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}