diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-05-26 14:32:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:38 +0700 |
commit | f6614c9aa110957636d6aebb44ba5fba68d1fa22 (patch) | |
tree | 9a9e584f2d3219c29ef61f50d3cdc04156d771f7 /graphics/scrot | |
parent | fac225cb45696079d1c1989a785cf2c39ff278b2 (diff) | |
download | slackbuilds-f6614c9aa110957636d6aebb44ba5fba68d1fa22.tar.gz |
graphics/scrot: New maintainer + script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/scrot')
-rw-r--r-- | graphics/scrot/scrot.SlackBuild | 29 | ||||
-rw-r--r-- | graphics/scrot/scrot.info | 8 |
2 files changed, 29 insertions, 8 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild index c34c83b54c..5c6246c82b 100644 --- a/graphics/scrot/scrot.SlackBuild +++ b/graphics/scrot/scrot.SlackBuild @@ -2,13 +2,33 @@ # Slackware build script for scrot -# Written by Grigorios Bouzakis (grbzks@gmail.com) +# Originally by Grigorios Bouzakis (grbzks@gmail.com) + +# Ryan P.C. McQuen, WA, ryan.q@linux.com + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted.. + +# This program is distributed in the hope that it will be useful, but +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You may have received a copy of the GNU General Public License +# along with this program (most likely, a file named COPYING). If +# not, see <http://www.gnu.org/licenses/>. set -e PRGNAM=scrot VERSION=0.8 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -43,11 +63,11 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-$PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; @@ -56,6 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/graphics/scrot/scrot.info b/graphics/scrot/scrot.info index 15b3b16f92..d262d78c06 100644 --- a/graphics/scrot/scrot.info +++ b/graphics/scrot/scrot.info @@ -1,10 +1,10 @@ PRGNAM="scrot" VERSION="0.8" HOMEPAGE="http://linuxbrit.co.uk/scrot/" -DOWNLOAD="http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz" -MD5SUM="ccae904d225609571bdd3b03445c1e88" +DOWNLOAD="https://github.com/dreamer/scrot/archive/scrot-0.8.tar.gz" +MD5SUM="b9991db702aacb071a8b140ecc06fcb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="giblib" -MAINTAINER="Grigorios Bouzakis" -EMAIL="grbzks@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |