milis/talimatname/genel/n/notification-daemon/talimat

21 lines
471 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Pasif pop-up bildirimlerini görüntülemek için arka plan programı
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: intltool gtk3 libcanberra
2016-02-24 01:27:23 +01:00
name=notification-daemon
2017-06-20 09:16:53 +02:00
version=3.20.0
2016-02-24 01:27:23 +01:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
2017-06-20 09:16:53 +02:00
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/notification-daemon
2016-02-24 01:27:23 +01:00
2017-06-20 09:16:53 +02:00
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}