summaryrefslogtreecommitdiffstats
path: root/package/ed
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 22:03:37 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 22:03:37 +0200
commite0db53202c306634005fa2f6068ea7f06d68d5ab (patch)
treecfd6434173bd329ac08b90e6e305262a50b385b7 /package/ed
parent187f0a55323437e33f5a66ef670fe0e49f52bc45 (diff)
downloadbuildroot-novena-e0db53202c306634005fa2f6068ea7f06d68d5ab.tar.gz
buildroot-novena-e0db53202c306634005fa2f6068ea7f06d68d5ab.zip
package: get rid of editors subdir
Not much point in a seperate subdir for only four packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ed')
-rw-r--r--package/ed/Config.in8
-rw-r--r--package/ed/ed.mk10
2 files changed, 18 insertions, 0 deletions
diff --git a/package/ed/Config.in b/package/ed/Config.in
new file mode 100644
index 000000000..63dc21e7c
--- /dev/null
+++ b/package/ed/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_ED
+ bool "ed"
+ help
+ A line-oriented text editor. Used to create, display, modify,
+ and otherwise manipulate text files. Often used in scripts
+ rather than invoked directly.
+
+ http://www.gnu.org/software/ed/
diff --git a/package/ed/ed.mk b/package/ed/ed.mk
new file mode 100644
index 000000000..158667bca
--- /dev/null
+++ b/package/ed/ed.mk
@@ -0,0 +1,10 @@
+#############################################################
+#
+# ed
+#
+#############################################################
+ED_VERSION:=1.1
+ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
+ED_SITE:=$(BR2_GNU_MIRROR)/ed/
+
+$(eval $(call AUTOTARGETS,package,ed))