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

22 lines
543 B
Plaintext
Raw Normal View History

2017-09-01 09:15:34 +02:00
# Description: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı
# URL: https://git.xfce.org/apps/xfce4-volumed-pulse
# Packager: milisarge
2017-09-02 05:43:23 +02:00
# Depends on: libnotify pulseaudio keybinder xfce4-conf
2017-09-01 09:15:34 +02:00
name=xfce4-volumed-pulse
version=0.2.2
release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2
)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var
make
make DESTDIR="$PKG" install
2017-09-02 05:43:23 +02:00
}