mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:19:20 +02:00
[new package] smalltalk free implementation of the Smalltalk-80 language
This commit is contained in:
parent
06fa0f3e57
commit
65a509ca39
42
smalltalk/Makefile
Normal file
42
smalltalk/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=smalltalk
|
||||
PKG_VERSION:=3.2.3
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/smalltalk/
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/smalltalk
|
||||
TITLE:=smalltalk
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
DEPENDS:=@BROKEN
|
||||
URL:=http://smalltalk.gnu.org/
|
||||
endef
|
||||
|
||||
define Package/smalltalk/description
|
||||
GNU Smalltalk is a free implementation of the Smalltalk-80 language
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
||||
define Package/smalltalk/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,smalltalk))
|
||||
# The following comments configure the Emacs editor. Just ignore them.
|
||||
# Local Variables:
|
||||
# compile-command: "make -C ~/openwrt-xburst.full_system package/smalltalk/{clean,compile} -j2 V=99"
|
||||
# End:
|
Loading…
Reference in New Issue
Block a user