summaryrefslogtreecommitdiffstats
path: root/notification-daemon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'notification-daemon/Pkgfile')
-rw-r--r--notification-daemon/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/notification-daemon/Pkgfile b/notification-daemon/Pkgfile
new file mode 100644
index 0000000..4f16ed9
--- /dev/null
+++ b/notification-daemon/Pkgfile
@@ -0,0 +1,19 @@
+# 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.1
+release=1
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/bin
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
+}