milis/talimatname/genel/f/flburn/talimat

18 lines
335 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: CD/DVD yazma uygulamasi
# URL: http://sourceforge.net/projects/gnomebaker/
# Paketçi: milisarge
# Gerekler: fltk1, libburn, libisoburn
name=flburn
version=0.0.3
release=1
source=()
build() {
git clone git://git.code.sf.net/p/flburn/code flburn-code
cd flburn-code
make
install -D -m755 "$name" "$PKG/usr/bin/$name"
}