milis/talimatname/genel/l/libburn/talimat

19 lines
407 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: Libburn, optik medyada önceden formatlanmış verileri yazmak için kullanılan bir kütüphanedir
# URL: http://icculus.org/burn/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libburn
surum=1.4.2
devir=1
kaynak=(http://files.libburnia-project.org/releases/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}