summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
blob: ee9a43e410627ba4c67cf5b6274c44cefffd2f3c (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="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://sourceforge.net/projects/hdparm/"
depends=()

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