opt/smartmontools/Pkgfile
2010-11-12 13:57:28 +01:00

31 lines
845 B
Plaintext

# Description: Utilities to control and monitor S.M.A.R.T. hard drives
# URL: http://smartmontools.sourceforge.net/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
name=smartmontools
version=5.40
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \
smartd)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-drivedb \
--enable-savestates \
--enable-attributelog
make
make DESTDIR=$PKG install
install -m 755 $SRC/smartd $PKG/etc/rc.d
rm -r $PKG/usr/share/doc
rm -r $PKG/etc/rc.d/init.d
}