aboutsummaryrefslogtreecommitdiff
path: root/videoteco/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
commit0a95e15cdc87de0136734e784d487f9b03170bbb (patch)
treeadae83e51ba5b78869f51aa43cfe8ebfb762ec41 /videoteco/Makefile
downloadnanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'videoteco/Makefile')
-rw-r--r--videoteco/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/videoteco/Makefile b/videoteco/Makefile
new file mode 100644
index 0000000..ece668d
--- /dev/null
+++ b/videoteco/Makefile
@@ -0,0 +1,33 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=videoteco
+PKG_VERSION:=r1.4
+PKG_RELEASE:=1
+
+PKG_SOURCE:=videoteco-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=@SF/videoteco
+PKG_MD5SUM:=224d50c0805a392026477d3a3f256158
+
+PKG_BUILD_DIR=$(BUILD_DIR)/videoteco-$(PKG_VERSION)
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/VideoTECO
+ SECTION:=utils
+ CATEGORY:=Utilities
+ DEPENDS:=+libncurses
+ TITLE:=Screen based TECO editor
+ URL:=http://sourceforge.net/projects/videoteco/
+ SUBMENU:=Editors
+endef
+
+define Package/VideoTECO/description
+Advanced screen based version of the TECO editor.
+endef
+
+define Package/VideoTECO/install
+ $(INSTALL_DIR) $(1)/usr/bin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/teco $(1)/usr/bin/
+endef
+
+$(eval $(call BuildPackage,VideoTECO))