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

22 lines
619 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: XF86 Ses tuşlarını etkinleştiren ve senkronize sesli uyarıları destekleyen temel hizmet programı
# URL: http://xfce.org/
# Paketçi: milisarge
# Gerekler: gstreamer-plugins-base keybinder xfce4-conf glib
# Grup: xfce4
isim=xfce4-volumed
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_volumed_surum}";[ -z ${xfce4_volumed_surum} ] && \
surum=0.1.13
devir=1
kaynak=(http://archive.xfce.org/src/apps/$isim/${version::3}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --libexecdir=/usr/lib/$isim
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man
}