mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/nqp: Updated for version 2013.05.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2ed1c17b01
commit
674a98e3a7
3 changed files with 9 additions and 25 deletions
|
@ -1,35 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
# svatsan 2013/03/17
|
||||
# Slackware build script for NQP - Not Quite Perl
|
||||
# Written by svatsan <nastavs [at] gmail [dot] com>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nqp
|
||||
VERSION=${VERSION:-2013.02.1}
|
||||
VERSION=${VERSION:-2013.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -78,7 +62,7 @@ make DESTDIR=$PKG install
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CREDITS VERSION README LICENSE MANIFEST docs/* examples/* \
|
||||
CREDITS VERSION README.pod LICENSE docs/* examples/* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
rm -rf $PKG/usr/share
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nqp"
|
||||
VERSION="2013.02.1"
|
||||
VERSION="2013.05"
|
||||
HOMEPAGE="http://rakudo.org"
|
||||
DOWNLOAD="http://rakudo.org/downloads/nqp/nqp-2013.02.1.tar.gz"
|
||||
MD5SUM="db48e24a77170735e39f9e20fc795889"
|
||||
DOWNLOAD="http://rakudo.org/downloads/nqp/nqp-2013.05.tar.gz"
|
||||
MD5SUM="6f5c6e2ed23af551292e233b922965f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="parrot"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|----------------------------------------------------------------------|
|
||||
nqp: nqp (Not Quite Perl)
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
nqp: NQP (Not Quite Perl)
|
||||
nqp:
|
||||
nqp: This is "Not Quite Perl" -- a lightweight Perl 6-like environment
|
||||
nqp: for virtual machines. The key feature of NQP is that it's
|
||||
|
|
Loading…
Reference in a new issue