system/lshw: Updated for version B.02.14

This commit is contained in:
Iskar Enev 2010-05-13 00:40:52 +02:00 committed by Robby Workman
parent 987400e238
commit 8e00d356be
3 changed files with 8 additions and 3 deletions

View file

@ -16,10 +16,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -67,4 +70,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,8 @@ VERSION="B.02.14"
HOMEPAGE="http://ezix.org/project/wiki/HardwareLiSter"
DOWNLOAD="http://ezix.org/software/files/lshw-B.02.14.tar.gz"
MD5SUM="8bed55768c5cb2ceff062b882a687e9b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Iskar Enev"
EMAIL="<iskar.enev[@]gmail.com>"
APPROVED="rworkman"

View file

@ -14,6 +14,6 @@ lshw: memory configuration, firmware version, mainboard configuration, CPU
lshw: version and speed, cache configuration, bus speed, etc. on
lshw: DMI-capable x86 or EFI (IA-64) systems and on some PowerPC machines
lshw: (PowerMac G4 is known to work).
lshw:
lshw:
lshw: Homepage: http://ezix.org/project/wiki/HardwareLiSter
lshw:
lshw: