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

23 lines
540 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: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı
# URL: https://git.xfce.org/apps/xfce4-volumed-pulse
# Paketçi: milisarge
# Gerekler: libnotify pulseaudio keybinder xfce4-conf
# Grup: medya
isim=xfce4-volumed-pulse
surum=0.2.2
devir=1
kaynak=(http://archive.xfce.org/src/apps/$isim/${surum%.*}/$isim-$surum.tar.bz2
)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var
make
make DESTDIR="$PKG" install
}