summaryrefslogtreecommitdiffstats
path: root/base/hdparm/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 18:51:05 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 18:51:05 +0200
commit6e0149992d61f865bd2e49bd405c8e76d0605d73 (patch)
treeaa1491f0688eec137e9a2191a0b7978c5080a870 /base/hdparm/Pkgfile
parentb566e8ae5b6a923170bbacc3a26acd6c10603625 (diff)
downloadnutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.gz
nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.bz2
nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.xz
nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.zip
Ajout de hdparm#9.16-1
Diffstat (limited to 'base/hdparm/Pkgfile')
-rwxr-xr-xbase/hdparm/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/hdparm/Pkgfile b/base/hdparm/Pkgfile
new file mode 100755
index 000000000..06e1300fa
--- /dev/null
+++ b/base/hdparm/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+# Depends on:
+
+name=hdparm
+version=9.16
+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
+
+}