lshw: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:29:14 +00:00
parent 3fb9e3cb0d
commit c5b7a748cd
3 changed files with 0 additions and 31 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/lshw.1.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/lshw
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lshw/
-rw-r--r-- root/root usr/share/lshw/manuf.txt
-rw-r--r-- root/root usr/share/lshw/oui.txt
-rw-r--r-- root/root usr/share/lshw/pci.ids
-rw-r--r-- root/root usr/share/lshw/usb.ids

View File

@ -1 +0,0 @@
57c1bb0fec3543641c389726a8844307 lshw-B.02.08.01.tar.gz

View File

@ -1,18 +0,0 @@
# Description: Small tool to extract detailed information about hardware
# URL: http://ezix.org/project/wiki/HardwareLiSter
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=lshw
version=B.02.08.01
release=1
source=(http://ezix.org/software/files/$name-$version.tar.gz)
build() {
cd $name-$version
find -name Makefile -exec sed -i -e "s/-Os/$CFLAGS/g" -e "s:share/man:man:g" {} \;
make
make DESTDIR=$PKG install
chmod -R +r $PKG
}