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

# source: james/debian
TARBALL=dmidecode-$PKGVER.tar.xz
MD5SUM=b8ed8fa2c01c624a61157f10dbbf2b03
SRC_URL=http://download.savannah.gnu.org/releases/dmidecode/$TARBALL
BUNDLE=

SLACKREQ='' 
SLACKDESC="dmidecode: dmidecode $PKGVER (System Information)  
dmidecode:  
dmidecode: Dmidecode reports information about the system's hardware as 
dmidecode: described in the system BIOS according to the SMBIOS/DMI standard. 
dmidecode: This information typically includes system manufacturer, model 
dmidecode: name, serial number, BIOS version, asset tag as well as a lot of 
dmidecode: other details of varying level of interest and reliability 
dmidecode: depending on the manufacturer.  
dmidecode: 
dmidecode: http://nongnu.org/dmidecode/
dmidecode: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/dmidecode*
	make prefix=/usr && make prefix=/usr install &&
	pkg_build_slackdesc
}


