graphics/fbida: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-09-16 07:42:14 +07:00 committed by Willy Sudiarto Raharjo
parent 67e712770d
commit b56bb7759e
2 changed files with 8 additions and 6 deletions

View File

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

View File

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