milis/talimatname/genel/l/libbluray/talimat

22 lines
390 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.

# Tanım: Blu-Ray erişim kitaplığı.
# URL: http://www.videolan.org/developers/libbluray.html
# Paketçi: milisarge
# Gerekler: libxml2 freetype
# Grup: kütüphane
isim=libbluray
surum=0.6.2
devir=1
kaynak=(https://get.videolan.org/$isim/$surum/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}