summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 05:18:04 +0100
committerLukc <lukc@upyum.com>2010-12-12 05:18:04 +0100
commit3337f319cf19b2b94644076dea847be4a1b27fe7 (patch)
tree2844ee9f03e592ec9e352530a7e3e4994af7b2c6
parentc86c74edfb304743ed5b5835275c6fac4cc35086 (diff)
downloadbase-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.gz
base-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.bz2
base-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.xz
base-3337f319cf19b2b94644076dea847be4a1b27fe7.zip
Recette de hdparm retirée.
-rw-r--r--hdparm/.footprint6
-rw-r--r--hdparm/.md5sum1
-rw-r--r--hdparm/Pkgfile16
-rw-r--r--hdparm/Pkgfile.old14
4 files changed, 0 insertions, 37 deletions
diff --git a/hdparm/.footprint b/hdparm/.footprint
deleted file mode 100644
index d4a632c..0000000
--- a/hdparm/.footprint
+++ /dev/null
@@ -1,6 +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/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/hdparm.8.gz
diff --git a/hdparm/.md5sum b/hdparm/.md5sum
deleted file mode 100644
index a9972cb..0000000
--- a/hdparm/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-d1f19a3a8fa5d83e33729ddac904894d hdparm-9.36.tar.gz
diff --git a/hdparm/Pkgfile b/hdparm/Pkgfile
deleted file mode 100644
index 17d9014..0000000
--- a/hdparm/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-description="A shell utility for manipulating Linux IDE drive/driver parameters"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://sourceforge.net/projects/hdparm/"
-depends=()
-
-name=hdparm
-version=9.36
-release=1
-source=(http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-9.36.tar.gz)
-build ()
-{
- cd $name-$version;
- make;
- make DESTDIR=$PKG mandir=/usr/man install
-}
diff --git a/hdparm/Pkgfile.old b/hdparm/Pkgfile.old
deleted file mode 100644
index c31c2c8..0000000
--- a/hdparm/Pkgfile.old
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-}