mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/rubygem-rdiscount: Updated for version 2.2.7.3 (+ new maint).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eee8cf4096
commit
774d60935d
2 changed files with 11 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for rubygem-rdiscount
|
||||
|
||||
# Copyright 2017 David Spencer, Baildon, West Yorkshire, U.K.
|
||||
# Copyright 2024 Andrew Clemons, Tokyo, Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rubygem-rdiscount
|
||||
VERSION=${VERSION:-2.2.0.1}
|
||||
VERSION=${VERSION:-2.2.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,9 +41,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -61,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rubygem-rdiscount"
|
||||
VERSION="2.2.0.1"
|
||||
HOMEPAGE="http://dafoster.net/projects/rdiscount/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/rdiscount-2.2.0.1.gem"
|
||||
MD5SUM="a744103bbbed370cb8402c80042d916d"
|
||||
VERSION="2.2.7.3"
|
||||
HOMEPAGE="https://dafoster.net/projects/rdiscount/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/rdiscount-2.2.7.3.gem"
|
||||
MD5SUM="5a32c8bf81abceec6d145a5ccf222ed7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue