summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-09-16 07:42:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-16 07:42:14 +0700
commitb56bb7759ed5bcb521235ab7d9021e6c36d0bb06 (patch)
tree25c54d5e695ced230c2e962e9dd3b046fad47c38 /graphics
parent67e712770d707e78cc5949d896f3cd0df355a92b (diff)
downloadslackbuilds-b56bb7759ed5bcb521235ab7d9021e6c36d0bb06.tar.gz
slackbuilds-b56bb7759ed5bcb521235ab7d9021e6c36d0bb06.tar.xz
graphics/fbida: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fbida/fbida.SlackBuild8
-rw-r--r--graphics/fbida/fbida.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/fbida/fbida.SlackBuild b/graphics/fbida/fbida.SlackBuild
index fc27b1e1b9..1df2a02eb8 100644
--- a/graphics/fbida/fbida.SlackBuild
+++ b/graphics/fbida/fbida.SlackBuild
@@ -3,6 +3,9 @@
# Slackware build script for fbida
# Modified by Luis Henrique <lmello.009@gmail.com>
+# Modified again on 20140915 by B. Watson <yalhcru@gmail.com>
+# - Took over maintenance, minor script cleanup
+
# (C) 2007 Michael Wagner <lapinours@web.de>
# All rights reserved.
#
@@ -73,10 +76,9 @@ find -L . \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" make HAVE_MOTIF=no
-prefix=/usr make install DESTDIR=$PKG HAVE_MOTIF=no
+prefix=/usr make install DESTDIR=$PKG HAVE_MOTIF=no mandir=$PKG/usr/man
-mv $PKG/usr/share/man $PKG/usr && rm -rf $PKG/usr/share
-gzip -9 $PKG/usr/man/man1/* 2> /dev/null
+gzip -9 $PKG/usr/man/man1/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/graphics/fbida/fbida.info b/graphics/fbida/fbida.info
index 5331500dbf..5223863974 100644
--- a/graphics/fbida/fbida.info
+++ b/graphics/fbida/fbida.info
@@ -1,10 +1,10 @@
PRGNAM="fbida"
VERSION="2.09"
HOMEPAGE="http://linux.bytesex.org/fbida/"
-DOWNLOAD="http://dl.bytesex.org/releases/fbida/fbida-2.09.tar.gz"
+DOWNLOAD="https://www.kraxel.org/releases/fbida/fbida-2.09.tar.gz"
MD5SUM="62415c7cb28d995f9d317868de0f2830"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Luis Henrique"
-EMAIL="lmello.009@gmail.com"
+MAINTAINER="B. Watson"
+EMAIL="yahlcru@gmail.com"