mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
24 lines
538 B
Plaintext
24 lines
538 B
Plaintext
# Description: Fork of xfce4-volumed with support for PulseAudio
|
|
# URL: https://xfce.org
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: glib gtk3 pulseaudio xfconf libkeybinder3 harfbuzz libnotify
|
|
|
|
name=xfce4-volumed-pulse
|
|
version=0.2.4
|
|
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 \
|
|
--disable-static \
|
|
--disable-debug
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|