ruby/rubygem-pkg-config: Updated for version 1.4.6.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-29 14:04:48 +12:00 committed by Willy Sudiarto Raharjo
parent 32baca649e
commit 5e63f72fe8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 19 additions and 17 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rubygem-pkg-config
VERSION=${VERSION:-1.1.6}
VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -34,7 +34,7 @@ SRCNAM=pkg-config
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -52,8 +52,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -86,19 +86,20 @@ gem specification $CWD/$SRCNAM-$VERSION.gem | \
ruby -r yaml -r rbconfig -e '
c = RbConfig::CONFIG
path = sprintf("%s/%s/gems/%s",
c["libdir"],
c["RUBY_INSTALL_NAME"],
c["ruby_version"])
c["libdir"],
c["RUBY_INSTALL_NAME"],
c["ruby_version"])
sys_gemspecs = Dir.glob(path + "/specifications/**/*.gemspec").map {|g| gs = Gem::Specification.load(g); gs.name }
obj = Gem::Specification.from_yaml($stdin)
obj.dependencies.each {|dep|
if not(dep.type == :runtime)
next
end
if not(sys_gemspecs.include?(dep.name))
$stderr.write("WARNING: #{dep.name} gem not found\n")
sleep 0.5
end
if not(dep.type == :runtime)
next
end
if not(sys_gemspecs.include?(dep.name))
$stderr.write("WARNING: #{dep.name} gem not found\n")
sleep 0.5
end
}'
gem install \
@ -107,6 +108,7 @@ gem install \
--ignore-dependencies \
--backtrace \
--install-dir $PKG/$DESTDIR \
--bindir $PKG/usr/bin \
$CWD/$SRCNAM-$VERSION.gem
# Strip binaries and libraries.

View File

@ -1,8 +1,8 @@
PRGNAM="rubygem-pkg-config"
VERSION="1.1.6"
VERSION="1.4.6"
HOMEPAGE="https://github.com/rcairo/pkg-config"
DOWNLOAD="http://rubygems.org/downloads/pkg-config-1.1.6.gem"
MD5SUM="7cd325379d3dbf0b0d561fd8056f09a7"
DOWNLOAD="http://rubygems.org/downloads/pkg-config-1.4.6.gem"
MD5SUM="135f289318d90ee68efc0c332e40fdcf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""