aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libnotify/libnotify_0.4.2.bb
diff options
context:
space:
mode:
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
-}