libnotify: add 0.3.2, a library to send desktop notifications to a notification daemon
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 5 Feb 2006 16:54:13 +0000 (16:54 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 5 Feb 2006 16:54:13 +0000 (16:54 +0000)
packages/libnotify/.mtn2git_empty [new file with mode: 0644]
packages/libnotify/libnotify_0.3.2.bb [new file with mode: 0644]

diff --git a/packages/libnotify/.mtn2git_empty b/packages/libnotify/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libnotify/libnotify_0.3.2.bb b/packages/libnotify/libnotify_0.3.2.bb
new file mode 100644 (file)
index 0000000..f3f3aff
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION =  "sends desktop notifications to a notification daemon"
+HOMEPAGE =     "http://www.galago-project.org/"
+LICENSE =      "LGPL"
+DEPENDS =      "dbus gtk+"
+PR =           "r0"
+
+SRC_URI =      "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}