ruby: update to 1.9.3p125.
This commit is contained in:
parent
872d103a15
commit
8614fd4560
2 changed files with 5 additions and 11 deletions
srcpkgs/ruby
|
@ -6,7 +6,6 @@ libcrypt.so.1
|
||||||
libm.so.6
|
libm.so.6
|
||||||
ld-linux-x86-64.so.2
|
ld-linux-x86-64.so.2
|
||||||
libncursesw.so.6
|
libncursesw.so.6
|
||||||
libdb-4.8.so
|
|
||||||
libcrypto.so.1
|
libcrypto.so.1
|
||||||
libffi.so.5
|
libffi.so.5
|
||||||
libssl.so.1
|
libssl.so.1
|
||||||
|
@ -15,3 +14,4 @@ libz.so.1
|
||||||
libgdbm.so.4
|
libgdbm.so.4
|
||||||
libyaml-0.so.2
|
libyaml-0.so.2
|
||||||
ld-linux.so.2
|
ld-linux.so.2
|
||||||
|
libgdbm_compat.so.4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'ruby'.
|
# Template build file for 'ruby'.
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
_ruby_ver="1.9.3"
|
_ruby_ver="1.9.3"
|
||||||
_ruby_distpatchver="p0"
|
_ruby_distpatchver="p125"
|
||||||
_ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
|
_ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
|
||||||
version=${_ruby_ver}${_ruby_distpatchver}
|
version=${_ruby_ver}${_ruby_distpatchver}
|
||||||
wrksrc="${pkgname}-${_ruby_distver}"
|
wrksrc="${pkgname}-${_ruby_distver}"
|
||||||
|
@ -10,8 +10,10 @@ build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||||
short_desc="Ruby programming language"
|
short_desc="Ruby programming language"
|
||||||
|
homepage="http://www.ruby-lang.org/en/"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf
|
license="BSD"
|
||||||
|
checksum=c67a59443052b5a9219eb4cee3892bdfbc6f250f0c8e214e02256a4cc7ef5526
|
||||||
long_desc="
|
long_desc="
|
||||||
Ruby is the interpreted scripting language for quick and easy object
|
Ruby is the interpreted scripting language for quick and easy object
|
||||||
oriented programming. It has many features to process text files and to
|
oriented programming. It has many features to process text files and to
|
||||||
|
@ -30,14 +32,6 @@ Add_dependency build ncurses-devel
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
Add_dependency build libffi-devel
|
Add_dependency build libffi-devel
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
Add_dependency build db-devel
|
|
||||||
Add_dependency build gdbm-devel
|
Add_dependency build gdbm-devel
|
||||||
Add_dependency build libyaml-devel
|
Add_dependency build libyaml-devel
|
||||||
Add_dependency build pango-devel
|
Add_dependency build pango-devel
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
# Execute manually the pango trigger for doc graphs.
|
|
||||||
cd / && ${FAKEROOT_CMD} ${FAKEROOT_CMD_ARGS} \
|
|
||||||
${XBPS_TRIGGERSDIR}/pango-modules run post-install && \
|
|
||||||
cd ${wrksrc}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue