2017-04-21 13:19:14 +02:00
|
|
|
|
# Description: Freedesktop masaüstü bildirimleri belirtiminin "sunucu tarafı" kısmı.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
|
2017-04-21 13:19:14 +02:00
|
|
|
|
# Packager: milisarge
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# Depends on: xfce4-libui libnotify
|
|
|
|
|
|
|
|
|
|
name=xfce4-notifyd
|
2017-06-20 09:08:52 +02:00
|
|
|
|
version=0.3.6
|
|
|
|
|
release=4
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
2017-06-20 09:08:52 +02:00
|
|
|
|
source=(http://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2)
|
2016-03-02 16:12:51 +01:00
|
|
|
|
build() {
|
2017-06-20 09:08:52 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--disable-debug
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-03-02 16:12:51 +01:00
|
|
|
|
}
|