summaryrefslogtreecommitdiff
path: root/smartmontools
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-03-04 10:55:43 +0100
committerJuergen Daubert <jue@jue.li>2010-03-04 10:55:43 +0100
commitc81ccfc74b935fcd7a0222f1db0e76fc4801f7f7 (patch)
tree26635d3f3a2ea70bbdb8764551b0015278f98b01 /smartmontools
parent50afceff068dc5082cabbdc8c53e38551f42a5cb (diff)
downloadopt-c81ccfc74b935fcd7a0222f1db0e76fc4801f7f7.tar.gz
opt-c81ccfc74b935fcd7a0222f1db0e76fc4801f7f7.tar.xz
smartmontools: update to 5.39.1
Diffstat (limited to 'smartmontools')
-rw-r--r--smartmontools/.footprint6
-rw-r--r--smartmontools/.md5sum2
-rw-r--r--smartmontools/Pkgfile18
3 files changed, 18 insertions, 8 deletions
diff --git a/smartmontools/.footprint b/smartmontools/.footprint
index e28bdc49f..1ac6e3d5a 100644
--- a/smartmontools/.footprint
+++ b/smartmontools/.footprint
@@ -12,3 +12,9 @@ drwxr-xr-x root/root usr/man/man8/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/smartctl
-rwxr-xr-x root/root usr/sbin/smartd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/smartmontools/
+-rw-r--r-- root/root usr/share/smartmontools/drivedb.h
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/lib/
+drwxr-xr-x root/root var/lib/smartmontools/
diff --git a/smartmontools/.md5sum b/smartmontools/.md5sum
index cc9edb656..2fc38aa0d 100644
--- a/smartmontools/.md5sum
+++ b/smartmontools/.md5sum
@@ -1,2 +1,2 @@
482b47077510dbac2bf8ce72907ff9f8 smartd
-a282846532ecbd6b4a28072373b3a70b smartmontools-5.38.tar.gz
+f6f7380ae45587161c0adae8862110e9 smartmontools-5.39.1.tar.gz
diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile
index 80e5b22ba..7bf800411 100644
--- a/smartmontools/Pkgfile
+++ b/smartmontools/Pkgfile
@@ -4,7 +4,7 @@
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
name=smartmontools
-version=5.38
+version=5.39.1
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
smartd)
@@ -12,15 +12,19 @@ source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
build () {
cd $name-$version
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man \
- --sysconfdir=/etc
+ ./configure --prefix=/usr \
+ --mandir=/usr/man \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-drivedb \
+ --enable-savestates \
+ --enable-attributelog
+
make
make DESTDIR=$PKG install
- install -m 755 ../smartd $PKG/etc/rc.d
+ install -m 755 $SRC/smartd $PKG/etc/rc.d
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/doc
rm -r $PKG/etc/rc.d/init.d
}

Generated by cgit