milis/talimatname/genel/f/flburn/talimat
2017-10-28 15:10:23 +03:00

17 lines
331 B
Text
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: CD/DVD yazma uygulamasi
# URL: http://sourceforge.net/projects/gnomebaker/
# Paketçi: milisarge
# Gerekler: fltk1, libburn, libisoburn
isim=flburn
surum=0.0.3
devir=1
kaynak=()
derle() {
git clone git://git.code.sf.net/p/flburn/code flburn-code
cd flburn-code
make
install -D -m755 "$isim" "$PKG/usr/bin/$isim"
}