summaryrefslogtreecommitdiffstats
path: root/notification-daemon/Pkgfile
blob: 1ae05c6e59d50f30c3e8ba3d859bf6028a2574e5 (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.4
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
}