milis/talimatname/genel/xfce4-notifyd/talimat

23 lines
536 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: Freedesktop masaüstü bildirimleri belirtiminin "sunucu tarafı" kısmı.
# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
# Packager: milisarge
# Depends on: xfce4-libui libnotify
name=xfce4-notifyd
version=0.2.4
release=3
source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}