diff options
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 7 |
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 |