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, 0 insertions, 14 deletions
diff --git a/hdparm/Pkgfile.old b/hdparm/Pkgfile.old
deleted file mode 100644
index c31c2c8..0000000
--- a/hdparm/Pkgfile.old
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-}