milis/talimatname/genel/x/xfce4-burn/talimat

21 lines
565 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: Bilgisayarınızdaki dosyalardan CD veya DVD'leri veya başka yerlerden indirilen ISO görüntülerini yakın.
# URL: http://www.xfce.org/projects/xfburn/
# Paketçi: milisarge
# Gerekler: gstreamer-plugins-base exo libisoburn xorg-pixman startup-notification gstreamer-plugins-good
# Grup: sistem masaüstü
_isim=xfburn
isim=xfce4-burn
surum=0.5.4
devir=3
kaynak=(http://archive.xfce.org/src/apps/xfburn/${surum%.*}/xfburn-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--enable-gstreamer
make
make DESTDIR=$PKG install
}