diff options
| author | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 15:19:00 +0100 |
|---|---|---|
| committer | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 15:19:00 +0100 |
| commit | 9aaeb4623d3ff5746e665bc17914eefd292b7dcd (patch) | |
| tree | 370db60ffdc2ef840b7d1124d5a392f93bba3c9d /bwbasic/Makefile | |
| download | qipackages-fork-9aaeb4623d3ff5746e665bc17914eefd292b7dcd.tar.gz | |
New OpenWrt package for GNU Octave. Experimental/probably still broken.grafted
Work in progress. Committing it as compilation seems to take forever.
Not sure whether I can finish this within a few days.
Diffstat (limited to 'bwbasic/Makefile')
| -rw-r--r-- | bwbasic/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
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)) |
