summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'hdparm/Pkgfile')
-rw-r--r--hdparm/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/hdparm/Pkgfile b/hdparm/Pkgfile
new file mode 100644
index 0000000..ee9a43e
--- /dev/null
+++ b/hdparm/Pkgfile
@@ -0,0 +1,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
+}