system/xf86-video-openchrome: Updated for version 0.2.903

This commit is contained in:
Antonio Hernández Blas 2010-05-11 22:27:15 +02:00 committed by Robby Workman
parent 5ab9830107
commit b6bb9f94f7
4 changed files with 41 additions and 19 deletions

View file

@ -1,2 +1,3 @@
openChrome is a project for the development of free and
open source software for the VIA UniChrome video chipsets.
openChrome is a project for the development of free
and open-source software for the VIA UniChrome video
chipsets.

View file

@ -5,8 +5,8 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------------|
xf86-video-openchrome: openchrome (driver for VIA UniChrome video chipsets)
|-----handy-ruler----------------------------------------|
xf86-video-openchrome: openchrome (driver for the VIA UniChrome video chipsets)
xf86-video-openchrome:
xf86-video-openchrome: openChrome is a project for the development of free
xf86-video-openchrome: and open-source software for the VIA UniChrome video

View file

@ -2,10 +2,27 @@
# Slackware build script for xf86-video-openchrome
# Written by core (eroc@linuxmail.org)
# Copyright (c) 2008, Antonio Hernandez Blas <hba.nihilismus@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# 1.- Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xf86-video-openchrome
VERSION=${VERSION:-0.2.901}
VERSION=0.2.903
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -19,6 +36,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
@ -27,10 +46,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -40,7 +63,8 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--enable-shared=yes \
--enable-static=no
--enable-static=no \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
@ -51,10 +75,7 @@ make install-strip DESTDIR=$PKG
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
# Since 10/18/07 there's a "release-notes-0.3.0" file, the "0.3.0" is the version
# so - im sure ;) - it's gonna change someday.
cp -a release_notes-* $PKG/usr/doc/$PRGNAM-$VERSION || true
cp -a ChangeLog COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="xf86-video-openchrome"
VERSION="0.2.901"
VERSION="0.2.903"
HOMEPAGE="http://www.openchrome.org"
DOWNLOAD="http://www.openchrome.org/releases/xf86-video-openchrome-0.2.901.tar.bz2"
MD5SUM="96576fcf874d8ee05de31dd7cf2c5f92"
MAINTAINER="core"
EMAIL="eroc@linuxmail.org"
APPROVED="David Somero"
DOWNLOAD="http://www.openchrome.org/releases/xf86-video-openchrome-0.2.903.tar.bz2"
MD5SUM="c0820787e89958c9114d359b6a3cd464"
MAINTAINER="Antonio Hernandez Blas"
EMAIL="hba.nihilismus@gmail.com"
APPROVED="rworkman"