graphics/scrot: New maintainer + script cleanup.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-05-26 14:32:53 +07:00 committed by Willy Sudiarto Raharjo
parent fac225cb45
commit f6614c9aa1
2 changed files with 29 additions and 8 deletions

View File

@ -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

View File

@ -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"