From 8e00d356bed3ddde15ce3e96f08825adec850e22 Mon Sep 17 00:00:00 2001 From: Iskar Enev Date: Thu, 13 May 2010 00:40:52 +0200 Subject: system/lshw: Updated for version B.02.14 --- system/lshw/lshw.SlackBuild | 5 ++++- system/lshw/lshw.info | 2 ++ system/lshw/slack-desc | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'system/lshw') diff --git a/system/lshw/lshw.SlackBuild b/system/lshw/lshw.SlackBuild index ce3d38389a..d48aa9d283 100644 --- a/system/lshw/lshw.SlackBuild +++ b/system/lshw/lshw.SlackBuild @@ -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} diff --git a/system/lshw/lshw.info b/system/lshw/lshw.info index 3c757c92d0..4b48c601ca 100644 --- a/system/lshw/lshw.info +++ b/system/lshw/lshw.info @@ -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="" APPROVED="rworkman" diff --git a/system/lshw/slack-desc b/system/lshw/slack-desc index 6248f2635a..036c0f1009 100644 --- a/system/lshw/slack-desc +++ b/system/lshw/slack-desc @@ -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: -- cgit v1.2.3