### this file is sourced not run
PKGVER=2.18
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=lshw-02.18.tar.gz
MD5SUM=26ae57da0ddea4b3f809ee70cf3db0f3
SRC_URL=https://github.com/lyonel/lshw/archive/B.02.18.tar.gz
BUNDLE=

SLACKREQ='' 
SLACKDESC="lshw: lshw $PKGVER (System information)  
lshw:  
lshw: A small tool to provide detailed information on the hardware 
lshw: configuration of the machine. It can report exact memory configuration, 
lshw: firmware version, mainboard configuration, CPU version and speed, cache 
lshw: configuration, bus speed, etc. on DMI-capable x86 systems, on some 
lshw: PowerPC machines (PowerMac G4 is known to work) and AMD64. Information 
lshw: can be output in plain text, HTML or XML.  
lshw: 
lshw: 
lshw: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/lshw*
	make $MAKEFLAGS ZLIB=1 && make install &&
	make $MAKEFLAGS gui && make install-gui &&
	pkg_build_slackdesc
}


