2020-09-30 02:17:16 +02:00

22 lines
474 B
Plaintext

# Description: Fork of xfce4-volumed with support for PulseAudio
# URL: https://xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: glib gtk3 pulseaudio xfconf keybinder
name=xfce4-volumed-pulse
version=0.2.3
release=1
source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}