Root/smalltalk/Makefile

1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4#
5
6include $(TOPDIR)/rules.mk
7
8PKG_NAME:=smalltalk
9PKG_VERSION:=3.2.3
10PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
11PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/smalltalk/
12PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
13PKG_RELEASE:=1
14PKG_INSTALL:=1
15
16include $(INCLUDE_DIR)/package.mk
17
18define Package/smalltalk
19    TITLE:=smalltalk
20    SECTION:=lang
21    CATEGORY:=Languages
22    DEPENDS:=@BROKEN
23    URL:=http://smalltalk.gnu.org/
24endef
25
26define Package/smalltalk/description
27    GNU Smalltalk is a free implementation of the Smalltalk-80 language
28endef
29
30define Build/Compile
31    $(call Build/Compile/Default)
32endef
33
34define Package/smalltalk/install
35    $(INSTALL_DIR) $(1)/usr/bin
36endef
37
38$(eval $(call BuildPackage,smalltalk))
39# The following comments configure the Emacs editor. Just ignore them.
40# Local Variables:
41# compile-command: "make -C ~/openwrt-xburst.full_system package/smalltalk/{clean,compile} -j2 V=99"
42# End:
43

Archive Download this file



interactive