summaryrefslogtreecommitdiff
path: root/startup-notification/startup-notification_0.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'startup-notification/startup-notification_0.5.oe')
-rw-r--r--startup-notification/startup-notification_0.5.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/startup-notification/startup-notification_0.5.oe b/startup-notification/startup-notification_0.5.oe
deleted file mode 100644
index 14186c6f5d..0000000000
--- a/startup-notification/startup-notification_0.5.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Startup notification support"
-LICENSE = "LGPL"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
-DEPENDS = "x11"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}