summaryrefslogtreecommitdiff
path: root/package/ed/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-05 19:39:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-05 19:39:14 +0100
commite2c3a79b3e8b7527d62889175b4b131c0a059e18 (patch)
treea19d7c8ccc0740b1bc2969c9c2b20ffd9c45d780 /package/ed/Makefile
parent5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (diff)
misc fixes, new package ed and mailutils
Diffstat (limited to 'package/ed/Makefile')
-rw-r--r--package/ed/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/ed/Makefile b/package/ed/Makefile
new file mode 100644
index 000000000..663e5eaf1
--- /dev/null
+++ b/package/ed/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= ed
+PKG_VERSION:= 1.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e66c03d7e4c67b025d5b6093ec678267
+PKG_DESCR:= Ed
+PKG_SECTION:= editor
+PKG_URL:= http://www.gnu.org/software/ed/ed.html
+PKG_SITES:= http://ftp.hosteurope.de/mirror/ftp.gnu.org/gnu/ed/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,ED,ed,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+ed-install:
+ $(INSTALL_DIR) $(IDIR_ED)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/ed \
+ $(IDIR_ED)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk