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

22 lines
528 B
Plaintext
Raw Permalink 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: medya
isim=xfce4-volumed
surum=0.1.13
devir=2
kaynak=(http://archive.xfce.org/src/apps/$isim/${surum::3}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--libexecdir=/usr/lib/$isim \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man
}