summaryrefslogtreecommitdiffstats
path: root/base/hdparm
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:17:59 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:17:59 +0200
commit3e79fb83f743218197532de3a8e6869cb5174d41 (patch)
tree55ee3693ef676c58596061574c6ab13c440308b0 /base/hdparm
parent28a6bfa9144661f8b9fb91984255c0492eb6b096 (diff)
downloadnutyx-extra-3e79fb83f743218197532de3a8e6869cb5174d41.tar.gz
nutyx-extra-3e79fb83f743218197532de3a8e6869cb5174d41.tar.bz2
nutyx-extra-3e79fb83f743218197532de3a8e6869cb5174d41.tar.xz
nutyx-extra-3e79fb83f743218197532de3a8e6869cb5174d41.zip
hdparm dans extra
Diffstat (limited to 'base/hdparm')
-rw-r--r--base/hdparm/.footprint.i6867
-rw-r--r--base/hdparm/.footprint.x86_647
-rw-r--r--base/hdparm/.md5sum.i6861
-rw-r--r--base/hdparm/.md5sum.x86_641
-rwxr-xr-xbase/hdparm/Pkgfile19
5 files changed, 0 insertions, 35 deletions
diff --git a/base/hdparm/.footprint.i686 b/base/hdparm/.footprint.i686
deleted file mode 100644
index 08c7d4ee4..000000000
--- a/base/hdparm/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root sbin/
--rwxr-xr-x root/root sbin/hdparm
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/hdparm.8.gz
diff --git a/base/hdparm/.footprint.x86_64 b/base/hdparm/.footprint.x86_64
deleted file mode 100644
index 08c7d4ee4..000000000
--- a/base/hdparm/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root sbin/
--rwxr-xr-x root/root sbin/hdparm
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/hdparm.8.gz
diff --git a/base/hdparm/.md5sum.i686 b/base/hdparm/.md5sum.i686
deleted file mode 100644
index 332273266..000000000
--- a/base/hdparm/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-0bb94ddd1bedd5c02b1ca62f1caaf6de hdparm-9.37.tar.gz
diff --git a/base/hdparm/.md5sum.x86_64 b/base/hdparm/.md5sum.x86_64
deleted file mode 100644
index 332273266..000000000
--- a/base/hdparm/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-0bb94ddd1bedd5c02b1ca62f1caaf6de hdparm-9.37.tar.gz
diff --git a/base/hdparm/Pkgfile b/base/hdparm/Pkgfile
deleted file mode 100755
index 32b420f5e..000000000
--- a/base/hdparm/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-
-}