summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-13 18:06:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-13 18:06:45 +0200
commit8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (patch)
tree751b35f97d8dcc1c9da4f0c81d9707701e8d6710 /package/ruby/Makefile
parent92dd4fee15cb7c33868c7d7213f82136955397b1 (diff)
bulk package update
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 21ec52811..2fd190fde 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -4,14 +4,17 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= ruby
-PKG_VERSION:= 1.9.1-p378
+PKG_VERSION:= 1.9
PKG_RELEASE:= 1
PKG_MD5SUM:= 9fc5941bda150ac0a33b299e1e53654c
PKG_DESCR:= interpreter for the ruby language
PKG_SECTION:= net
PKG_NOPARALLEL:= 1
PKG_URL:= http://www.ruby-lang.org
-PKG_SITES:= ftp://ftp.ruby-lang.org/pub/ruby/1.9/
+PKG_SITES:= ftp://ftp.ruby-lang.org/pub/ruby/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-stable.tar.gz
+WRKDIST= ${WRKDIR}/${PKG_NAME}-1.9.1-p378
include ${TOPDIR}/mk/package.mk