milis/talimatname/genel/xfce4-volumed/talimat

18 lines
479 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.

# Description: XF86 Ses tuşlarını etkinleştiren ve senkronize sesli uyarıları destekleyen temel hizmet programı
# URL: http://xfce.org/
# Packager: milisarge
# Depends on: gstreamer-plugins-base keybinder xfce4-conf glib
name=xfce4-volumed
version=0.1.13
release=1
source=(http://archive.xfce.org/src/apps/$name/${version::3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}