From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- bwbasic/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bwbasic/Makefile (limited to 'bwbasic') diff --git a/bwbasic/Makefile b/bwbasic/Makefile new file mode 100644 index 0000000..c6a45f9 --- /dev/null +++ b/bwbasic/Makefile @@ -0,0 +1,40 @@ +# +# Copyright (C) 2010 emdete.de +# +# This is free software, licensed under the GNU General Public License +# v3. See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +PKG_NAME:=bwbasic +PKG_VERSION:=master +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz +PKG_SOURCE_URL:=http://pyneo.org/t +PKG_MD5SUM:=8d42bb36260bfa276a1ca065bf464355 +PKG_INSTALL:=1 + +include $(INCLUDE_DIR)/package.mk + +define Package/bwbasic + SECTION:=utilites + CATEGORY:=Utilities + TITLE:=An bwbasic application + URL:=http://pyneo.org/t/bwbasic + DEPENDS:=@BROKEN +libncurses +endef +#DEPENDS:=+libreadline +libtermcap + +define Package/bwbasic/description +A bwbasic application +endef + +define Package/bwbasic/install + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) \ + $(PKG_INSTALL_DIR)/usr/bin/bwbasic \ + $(1)/usr/bin/ +endef + +$(eval $(call BuildPackage,bwbasic)) -- cgit v1.2.3