milis/talimatname/genel/l/libdvdcss/talimat

18 lines
404 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: DVD şifre çözme için portatif soyutlama kütüphanesi
# URL: http://www.videolan.org
# Paketçi: milisarge
# Gerekler: doxygen
isim=libdvdcss
surum=1.4.0
devir=1
kaynak=(http://download.videolan.org/libdvdcss/$surum/libdvdcss-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static \
--docdir=/usr/share/doc/libdvdcss-$surum
make
make DESTDIR=$PKG install
}