summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
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 /hdparm/Pkgfile
parentc86c74edfb304743ed5b5835275c6fac4cc35086 (diff)
downloadbase-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.gz
base-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.bz2
base-3337f319cf19b2b94644076dea847be4a1b27fe7.tar.xz
base-3337f319cf19b2b94644076dea847be4a1b27fe7.zip
Recette de hdparm retirée.
Diffstat (limited to 'hdparm/Pkgfile')
-rw-r--r--hdparm/Pkgfile16
1 files changed, 0 insertions, 16 deletions
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
-}