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

# source: BLFS 7.5 updated to latest
TARBALL=hdparm-$PKGVER.tar.gz
MD5SUM=213efdbe7471fad3408198918e164354
SRC_URL=http://downloads.sourceforge.net/hdparm/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="hdparm: hdparm $PKGVER (ATA/IDE control utility)  
hdparm:  
hdparm: The Hdparm package contains an utility that is useful for controlling 
hdparm: ATA/IDE controllers and hard drives both to increase performance and 
hdparm: sometimes to increase stability. As well as being useful, incorrect 
hdparm: usage of Hdparm can destroy your information and in rare cases, 
hdparm: drives. Use with caution and make sure you know what you are doing. If 
hdparm: in doubt, it is recommended that you leave the default kernel 
hdparm: parameters alone.  
hdparm: 
hdparm:
"

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