summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'hdparm/Pkgfile.old')
-rw-r--r--hdparm/Pkgfile.old14
1 files changed, 14 insertions, 0 deletions
diff --git a/hdparm/Pkgfile.old b/hdparm/Pkgfile.old
new file mode 100644
index 0000000..c31c2c8
--- /dev/null
+++ b/hdparm/Pkgfile.old
@@ -0,0 +1,14 @@
+# Description: A shell utility for manipulating Linux IDE drive/driver parameters
+# URL: http://sourceforge.net/projects/hdparm/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+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=/usr/man install
+}