summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
blob: 17d9014cd77da72c519a9c8048144701811f34b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description="A shell utility for manipulating Linux IDE drive/driver parameters"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://sourceforge.net/projects/hdparm/"
depends=()

name=hdparm
version=9.36
release=1
source=(http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-9.36.tar.gz)
build () 
{ 
    cd $name-$version;
    make;
    make DESTDIR=$PKG mandir=/usr/man install
}