aboutsummaryrefslogtreecommitdiffstats
path: root/nsqld/nsqld_0.5.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nsqld/nsqld_0.5.3.oe')
-rw-r--r--nsqld/nsqld_0.5.3.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/nsqld/nsqld_0.5.3.oe b/nsqld/nsqld_0.5.3.oe
deleted file mode 100644
index f438daf0dc..0000000000
--- a/nsqld/nsqld_0.5.3.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Server process for syncing"
-SECTION = "gpe"
-PRIORITY = "optional"
-MAINTAINER = "Tim Teulings <tim@teulings.org>"
-LICENSE = "GPL"
-
-SRC_URI = "${GPE_MIRROR}/nsqld-${PV}.tar.gz"
-
-S = "${WORKDIR}/nsqld-${PV}"
-
-inherit autotools pkgconfig
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 ${WORKDIR}/nsqld-${PV}/nsqld ${D}${bindir}
-}