milis/talimatname/genel/l/libisoburn/talimat

19 lines
454 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: Libisoburn libburn ve libisofs kütüphaneleri için bir ön uçtur
# URL: http://libburnia-project.org/
# Paketçi: milisarge
# Gerekler: libburn libisofs acl attr
isim=libisoburn
surum=1.4.2
devir=1
kaynak=(http://files.libburnia-project.org/releases/libisoburn-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static \
--enable-pkg-check-modules
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/info/dir
}