smartmontools: update to 5.39.1

This commit is contained in:
Juergen Daubert 2010-03-04 10:55:43 +01:00
parent 50afceff06
commit c81ccfc74b
3 changed files with 18 additions and 8 deletions

View File

@ -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/

View File

@ -1,2 +1,2 @@
482b47077510dbac2bf8ce72907ff9f8 smartd
a282846532ecbd6b4a28072373b3a70b smartmontools-5.38.tar.gz
f6f7380ae45587161c0adae8862110e9 smartmontools-5.39.1.tar.gz

View File

@ -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
}