summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-16 08:30:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-16 08:37:56 +0200
commit631751dc9fc77a1f7c5a1c2b12430f599293167d (patch)
tree2e99336793f1eb2a292c8ba019c2c7192f3b0c5f /package/ruby/Makefile
parente41f6a3e889182e6ff219824bc45b53716644f64 (diff)
fix ruby compile, update to latest
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index cc34e7e5d..47a4407c9 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -4,23 +4,20 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= ruby
-PKG_VERSION:= 2.0.0
-PKG_EXTRAVER:= 247
+PKG_VERSION:= 2.1.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= c351450a0bed670e0f5ca07da3458a5b
+PKG_MD5SUM:= e57fdbb8ed56e70c43f39c79da1654b2
PKG_DESCR:= interpreter for the ruby language
PKG_SECTION:= lang
PKG_DEPENDS:= librt libpthread libgcc
PKG_BUILDDEP:= ruby-host
+HOST_BUILDDEP:= readline-host
PKG_URL:= http://www.ruby-lang.org/
-PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/2.0/
+PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/2.1/
PKG_NOPARALLEL:= 1
PKG_HOST_DEPENDS:= !freebsd !cygwin
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}.tar.gz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}
-
include ${TOPDIR}/mk/host.mk
include ${TOPDIR}/mk/package.mk