milis/talimatname/genel/libcanberra/talimat

26 lines
583 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: XDG ses temasının ve isim özelliklerinin uygulanması.
# URL: http://0pointer.de/lennart/projects/libcanberra/
# Packager: milisarge
# Depends on: libvorbis
# Optional: pulseaudio gstreamer alsa-lib gtk3
name=libcanberra
version=0.30
release=2
source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-oss
make
make -j1 DESTDIR=$PKG install
#make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc $PKG/usr/share/gtk-doc
}