summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
commitf2b154b7d74e21b7e655c6cd121155592c1bee03 (patch)
treed1d8f06abeb89834cebb70d33229aff129b9d485 /package/ruby/Makefile
parentc93c25a63b3b5a29a258460519ed36341da2e79e (diff)
parent63e65ec30b763d6687d462c52cb46bd5e738928a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index e85a609c0..4afec030e 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -5,8 +5,9 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ruby
PKG_VERSION:= 1.9.2
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 755aba44607c580fddc25e7c89260460
+PKG_EXTRAVER:= 180
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 0d6953820c9918820dd916e79f4bfde8
PKG_DESCR:= interpreter for the ruby language
PKG_SECTION:= lang
PKG_URL:= http://www.ruby-lang.org/
@@ -15,8 +16,8 @@ PKG_NOPARALLEL:= 1
PKG_HOST_DEPENDS:= !freebsd !cygwin
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p0.tar.gz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-1.9.2-p0
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}.tar.gz
+WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-p${PKG_EXTRAVER}
include ${TOPDIR}/mk/package.mk
@@ -47,7 +48,7 @@ post-install:
${INSTALL_DIR} ${IDIR_RUBY}/usr/lib/ruby
${INSTALL_DIR} ${IDIR_RUBY}/usr/bin
${CP} ${WRKINST}/usr/lib/libruby.so* ${IDIR_RUBY}/usr/lib
- ${CP} ${WRKINST}/usr/lib/ruby/* ${IDIR_RUBY}/usr/lib/ruby/
+ ${CP} ${WRKINST}/usr/lib/ruby/* ${IDIR_RUBY}/usr/lib/ruby
${INSTALL_BIN} ${WRKINST}/usr/bin/* ${IDIR_RUBY}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk