summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 05:14:39 +0100
committerLukc <lukc@upyum.com>2010-12-12 05:14:39 +0100
commit1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6 (patch)
tree37ee6305d3ade433b87f6da27f01c020d54087ec /hdparm/Pkgfile.old
parentf3d2975053ac056d84e872af7498a51d3d81fbd2 (diff)
downloadopt-1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6.tar.gz
opt-1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6.tar.bz2
opt-1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6.tar.xz
opt-1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6.zip
Recette de hdparm ajoutée.
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
+}