milis/talimatname/genel/x/xfce4-notifyd/talimat

26 lines
592 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.

# Tanım: Freedesktop masaüstü bildirimleri belirtiminin "sunucu tarafı" kısmı.
# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
# Paketçi: milisarge
# Gerekler: xfce4-libui libnotify
# Grup: sistem
isim=xfce4-notifyd
surum=0.3.6
devir=4
kaynak=(http://archive.xfce.org/src/apps/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib/systemd
rm -rf $PKG/usr/share/man
}