summaryrefslogtreecommitdiffstats
path: root/notification-daemon/Pkgfile
blob: e069ffa0c4ad9fa22d919f3b74a001a528b5097e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Galago Project notification daemon
# URL: http://www.galago-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gtk3, libcanberra, intltool, dbus-glib
# Run on: gtk3,libcanberra

name=notification-daemon
version=0.7.3
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--libexecdir=/usr/bin
	make
	make DESTDIR=$PKG install
}