diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:17:59 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:17:59 +0200 |
commit | 3e79fb83f743218197532de3a8e6869cb5174d41 (patch) | |
tree | 55ee3693ef676c58596061574c6ab13c440308b0 /base/hdparm | |
parent | 28a6bfa9144661f8b9fb91984255c0492eb6b096 (diff) | |
download | nutyx-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.i686 | 7 | ||||
-rw-r--r-- | base/hdparm/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/hdparm/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/hdparm/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/hdparm/Pkgfile | 19 |
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 - -} |