OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2011-02-15 22:41:12 (12 years 9 months ago) |
---|---|
Author: | David Kühling |
Commit: | 5f81a8dec32cc1f3d450b02cb32fc92e91c04610 |
Message: | gforth: bump version number (this version already distributed via
release?) |
Files: |
gforth/Makefile (1 diff) |
Change Details
gforth/Makefile | ||
---|---|---|
18 | 18 | PKG_NAME:=gforth |
19 | 19 | PKG_SNAPSHOT_DATE=20100918 |
20 | 20 | PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE) |
21 | PKG_RELEASE:=3 | |
21 | PKG_RELEASE:=4 | |
22 | 22 | |
23 | 23 | PKG_BUILD_DEPENDS:= gforth/host libltdl/host libtool/host libffi |
24 | 24 | PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |