[arch-commits] Commit in hdparm/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Aug 4 20:11:14 UTC 2008
Date: Monday, August 4, 2008 @ 16:11:13
Author: tpowa
Revision: 7855
upgpkg: hdparm 8.9-1
Modified:
hdparm/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-08-04 20:08:37 UTC (rev 7854)
+++ PKGBUILD 2008-08-04 20:11:13 UTC (rev 7855)
@@ -2,7 +2,7 @@
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=hdparm
-pkgver=8.6
+pkgver=8.9
pkgrel=1
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(i686 x86_64)
@@ -11,7 +11,6 @@
source=(http://heanet.dl.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz)
license=('BSD')
url="http://sourceforge.net/projects/hdparm/"
-md5sums=('237fbceeeba6318b987983fd858994df')
build() {
cd ${startdir}/src/${pkgname}-${pkgver} || return 1
@@ -25,6 +24,9 @@
install -m755 contrib/idectl ${startdir}/pkg/sbin || return 1
install -m755 contrib/ultrabayd ${startdir}/pkg/sbin || return 1
+ #install license file
+ install -D -m 644 LICENSE.TXT $startdir/pkg/usr/share/licenses/hdparm/LICENSE.TXT
+
# installs empty /usr/share, which we let it do since it causes
# no harm and it might put something there someday
}
More information about the arch-commits
mailing list