Browse Source
development/ruff: Updated for version 2.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/186/head
Ruben Schuller
4 years ago
committed by
Andrew Clemons
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
11 additions and
12 deletions
-
development/ruff/ruff.SlackBuild
-
development/ruff/ruff.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for ruff |
|
|
|
|
|
|
|
# Copyright 2020 Ruben Schuller |
|
|
|
# Copyright 2020-2022 Ruben Schuller |
|
|
|
# All rights reserved. |
|
|
|
|
|
|
|
# |
|
|
@ -32,7 +32,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=ruff |
|
|
|
VERSION=${VERSION:-1.0.4} |
|
|
|
VERSION=${VERSION:-2.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -89,15 +89,15 @@ find -L . \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM |
|
|
|
|
|
|
|
cp -a \ |
|
|
|
assets \ |
|
|
|
formatter.tcl \ |
|
|
|
formatter_html.tcl \ |
|
|
|
formatter_markdown.tcl \ |
|
|
|
formatter_nroff.tcl \ |
|
|
|
msgs \ |
|
|
|
pkgIndex.tcl \ |
|
|
|
ruff-html.css \ |
|
|
|
ruff-html.js \ |
|
|
|
ruff-md.css \ |
|
|
|
ruff-yui.css \ |
|
|
|
ruff.tcl \ |
|
|
|
$PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM |
|
|
|
|
|
|
@ -105,10 +105,9 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
LICENSE \ |
|
|
|
ruff.html \ |
|
|
|
ruff_ruff.html \ |
|
|
|
ruff_ruff_sample.html \ |
|
|
|
ruff-ruff.html \ |
|
|
|
ruff-ruff-sample.html \ |
|
|
|
sample.tcl \ |
|
|
|
release.md \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
|
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="ruff" |
|
|
|
VERSION="1.0.4" |
|
|
|
VERSION="2.2.0" |
|
|
|
HOMEPAGE="https://ruff.magicsplat.com" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/magicsplat/files/ruff/ruff-1.0.4.tgz" |
|
|
|
MD5SUM="b8ea073994095fee1bd9d63cfb07f092" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/magicsplat/files/ruff/ruff-2.2.0.tgz" |
|
|
|
MD5SUM="723427bd05ebcd19837bb3d523f25eee" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|