diff --git a/lshw/.footprint b/lshw/.footprint deleted file mode 100644 index c0c8dee05..000000000 --- a/lshw/.footprint +++ /dev/null @@ -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 diff --git a/lshw/.md5sum b/lshw/.md5sum deleted file mode 100644 index f1c050798..000000000 --- a/lshw/.md5sum +++ /dev/null @@ -1 +0,0 @@ -57c1bb0fec3543641c389726a8844307 lshw-B.02.08.01.tar.gz diff --git a/lshw/Pkgfile b/lshw/Pkgfile deleted file mode 100644 index d9e8e0943..000000000 --- a/lshw/Pkgfile +++ /dev/null @@ -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 -}