OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
| Date: | 2010-08-07 21:12:47 (1 year 6 months ago) |
|---|---|
| Author: | David Kühling |
| Commit: | d50d5ae0f3ff3ba07dc50d723eb1399035bb4429 |
| Message: | switch to newer upstream snapshot with improved MIPS support. Adds dynamic superinstructions support (need manual enabling), and more MIPS32 opcodes for (dis)assembler |
| Files: |
gforth/Makefile (3 diffs) |
Change Details
| gforth/Makefile | ||
|---|---|---|
| 16 | 16 | include $(TOPDIR)/rules.mk |
| 17 | 17 | |
| 18 | 18 | PKG_NAME:=gforth |
| 19 | PKG_SNAPSHOT_DATE=20100725 | |
| 19 | PKG_SNAPSHOT_DATE=20100807 | |
| 20 | 20 | PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE) |
| 21 | PKG_RELEASE:=11 | |
| 21 | PKG_RELEASE:=4 | |
| 22 | ||
| 22 | 23 | |
| 23 | 24 | PKG_BUILD_DEPENDS:= gforth/host libltdl/host |
| 24 | 25 | PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |
| ... | ... | |
| 28 | 29 | PKG_SOURCE_URL:=\ |
| 29 | 30 | http://user.cs.tu-berlin.de/~dvdkhlng/ \ |
| 30 | 31 | http://mosquito.dyndns.tv/~spock/ |
| 31 | PKG_MD5SUM:=f030bdfe42a9be32889d5b4c8cb37856 | |
| 32 | #PKG_SOURCE_URL:= file://~/forth/gforth/ | |
| 33 | PKG_MD5SUM:=fb1d0dee4836dab57fd3eadbd5fc1922 | |
| 32 | 34 | |
| 33 | 35 | # Alternate download #1 via CVS: this doesn't work, as CVS is missing the |
| 34 | 36 | # kernel.fi images needed for boot-strapping :( |
| ... | ... | |
| 38 | 40 | # PKG_SOURCE_SUBDIR:=gforth |
| 39 | 41 | # PKG_SOURCE:=gforth-$(PKG_SNAPSHOT_DATE).tar.gz |
| 40 | 42 | |
| 41 | # alternate download #2: use local sources | |
| 42 | # remove the prepare.stamp if updating tgz | |
| 43 | # define Build/Prepare | |
| 44 | # mkdir -p $(PKG_BUILD_DIR) | |
| 45 | # (cd $(PKG_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE) | |
| 46 | # endef | |
| 47 | # define Host/Prepare | |
| 48 | # mkdir -p $(HOST_BUILD_DIR) | |
| 49 | # (cd $(HOST_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE) | |
| 50 | # endef | |
| 51 | ||
| 52 | 43 | include $(INCLUDE_DIR)/host-build.mk |
| 53 | 44 | include $(INCLUDE_DIR)/package.mk |
| 54 | 45 | |
