opt/smartmontools/Pkgfile
Simon Gloßner eba82e27e4 [notify] smartmontools: downgraded to version 5.36
version 5.37 has not been marked as stable yet; i am sorry
2007-02-15 13:20:53 +01:00

27 lines
611 B
Plaintext

# Description: Utilities to control and monitor S.M.A.R.T. hard drives
# URL: http://smartmontools.sourceforge.net/
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
name=smartmontools
version=5.36
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
smartd)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
install -m 755 ../smartd $PKG/etc/rc.d
rm -r $PKG/usr/share
rm -r $PKG/etc/rc.d/init.d
}