summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'hdparm/Pkgfile')
-rwxr-xr-xhdparm/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/hdparm/Pkgfile b/hdparm/Pkgfile
new file mode 100755
index 000000000..32b420f5e
--- /dev/null
+++ b/hdparm/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Utilitaire pour les contrôlleurs de disques ATA/IDE
+# URL: http://downloads.sourceforge.net/hdparm/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=hdparm
+version=9.37
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz )
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ make
+ make binprefix=$PKG mandir=$PKG/usr/share/man install
+
+}