summaryrefslogtreecommitdiff
path: root/packages/libnotify/libnotify_0.4.2.bb
diff options
context:
space:
mode:
authorOpenmoko anonymizer key <devel@lists.openmoko.org>2007-09-10 17:10:52 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2007-09-10 17:10:52 +0000
commit25561d1a121ea3490002583db8747260fc462a0b (patch)
tree5822e7f59ffb10572ae776ee2d2211f8c8911a5e /packages/libnotify/libnotify_0.4.2.bb
parent73a1e2bf4b2eb6d6376d4fbb121d1717f8a0dea4 (diff)
parent496383e73baaaeae20a3e8c21785e9ef66182899 (diff)
merge of 'b6a14ede4103fb5456bc77a176a4df071f69f010'
and 'b953369d620df2ede89744d1f9a6a0671cda91b2'
Diffstat (limited to 'packages/libnotify/libnotify_0.4.2.bb')
-rw-r--r--packages/libnotify/libnotify_0.4.2.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/libnotify/libnotify_0.4.2.bb b/packages/libnotify/libnotify_0.4.2.bb
deleted file mode 100644
index f3f3aff334..0000000000
--- a/packages/libnotify/libnotify_0.4.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}