system/915resolution: Updated for version 0.5.2

This commit is contained in:
hollywoodb 2010-05-11 19:46:19 +02:00 committed by Robby Workman
parent beb51fd7f7
commit ddaa1fc163
4 changed files with 7 additions and 10 deletions

View File

@ -5,18 +5,12 @@
# Modified by the SlackBuilds.org project
# Verify script is being run by root user.
if [ "$(id -u)" != "0" ]; then
echo "This script must be run as root!"
exit
fi
NAME=915resolution
VERSION=0.5.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$NAME
OUTPUT=${OUTPUT:-/tmp}
@ -43,7 +37,8 @@ install -m 0755 915resolution $PKG/usr/sbin
install -m 0755 dump_bios $PKG/usr/sbin
mkdir -p $PKG/usr/doc/$NAME-$VERSION
cp -a LICENSE.txt README.txt changes.log chipset_info.txt $PKG/usr/doc/$NAME-$VERSION
cp -a LICENSE.txt README.txt changes.log chipset_info.txt \
$PKG/usr/doc/$NAME-$VERSION
cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
mkdir -p $PKG/install

View File

@ -5,4 +5,4 @@ DOWNLOAD="http://www.geocities.com/stomljen/915resolution-0.5.2.tar.gz"
MD5SUM="a3441e5662c5ff1e00dc97de4487e8f8"
MAINTAINER="hollywoodb"
EMAIL="hollywoodb@fastmail.fm"
APPROVED="robw810"
APPROVED="rworkman"

View File

@ -6,4 +6,3 @@ display of certain graphics resolutions for an Xorg or XFree86 graphics server.
915resolution's modifications of the BIOS are transient. There is no risk of
permanent modification of the BIOS. This also means that 915resolution must be
run every time the computer boots inorder for it's changes to take effect.

View File

@ -7,3 +7,6 @@
915resolution: X.org or XFree86 graphics server. Modifications are transient, and
915resolution: 915resolution must be run every time the system boots.
915resolution:
915resolution:
915resolution:
915resolution: