aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sed/sed_4.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sed/sed_4.0.8.bb')
-rw-r--r--recipes/sed/sed_4.0.8.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/sed/sed_4.0.8.bb b/recipes/sed/sed_4.0.8.bb
new file mode 100644
index 0000000000..eac4a9cec3
--- /dev/null
+++ b/recipes/sed/sed_4.0.8.bb
@@ -0,0 +1,8 @@
+LICENSE = "GPL"
+SECTION = "console/utils"
+DESCRIPTION = "sed is a Stream EDitor."
+
+SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
+S = "${WORKDIR}/sed-${PV}"
+
+inherit autotools