milis/talimatname/genel/l/libcdio-paranoia/talimat

18 lines
412 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: GNU Kompakt Disk Giriş ve Kontrol Kütüphanesi
# URL: http://www.gnu.org/software/libcdio/
# Paketçi: milisarge
# Gerekler: libcdio
name=libcdio-paranoia
version=10.2
release=1
source=( http://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-${version}+0.93+1.tar.bz2)
derle() {
cd $SRC/libcdio-paranoia-${version}+0.93+1
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}