FS#4578 - hdparm - updated pkgbuild with scripts
Attached to Project:
Arch Linux
Opened by Scott H (stonecrest) - Friday, 05 May 2006, 22:21 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 14:06 GMT
Opened by Scott H (stonecrest) - Friday, 05 May 2006, 22:21 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 14:06 GMT
|
Details
I have a Dell Latitude C400 laptop, and the idectl script
that is in the hdparm source code is very useful for this
laptop (and a few others). It'd be nice to install these two
scripts by default with the rest of hdparm for users like
myself. The hdparm package is also a few releases behind, so
here's an updated PKGBUILD that also installs the
scripts.
# $Id: PKGBUILD,v 1.16 2005/12/02 00:55:01 dorphell Exp $ # Maintainer: dorphell <dorphell@archlinux.org> # Contributor: dorphell <dorphell@gmx.net> pkgname=hdparm pkgver=6.6 pkgrel=1 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" depends=('glibc') source=(http://dl.sourceforge.net/sourceforge/hdparm/$pkgname-$pkgver.tar.gz) url="http://sourceforge.net/projects/hdparm/" md5sums=('ecea69f775396e4ab6112dcf9066239f') build() { cd $startdir/src/$pkgname-$pkgver make || return 1 mkdir -p $startdir/pkg/{usr,sbin,usr/man/man8} make DESTDIR=$startdir/pkg install install -m755 contrib/idectl $startdir/pkg/sbin install -m755 contrib/ultrabayd $startdir/pkg/sbin } I'd also like to give a shout out to klapmuetz! |
This task depends upon