From 6e0149992d61f865bd2e49bd405c8e76d0605d73 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 8 Aug 2009 18:51:05 +0200 Subject: Ajout de hdparm#9.16-1 --- base/hdparm/.footprint | 7 +++++++ base/hdparm/.md5sum | 1 + base/hdparm/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 base/hdparm/.footprint create mode 100644 base/hdparm/.md5sum create mode 100755 base/hdparm/Pkgfile diff --git a/base/hdparm/.footprint b/base/hdparm/.footprint new file mode 100644 index 000000000..08c7d4ee4 --- /dev/null +++ b/base/hdparm/.footprint @@ -0,0 +1,7 @@ +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 b/base/hdparm/.md5sum new file mode 100644 index 000000000..10b67dfd8 --- /dev/null +++ b/base/hdparm/.md5sum @@ -0,0 +1 @@ +d11e2158c4ca8863de830f686574a4a3 hdparm-9.16.tar.gz 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 + +} -- cgit v1.2.3-54-g00ecf