# Author Alexander Gretencord S=${WORKDIR}/${P} DESCRIPTION="SMART suite controls and monitors storage devices uning the Self-Monitoring, Analysis and Reporting Technology System(S.M.A.R.T.) build into ATA and SCSI Hard Drives." SRC_URI="http://www.linux-ide.org/smart/${P}.tar.gz http://prdownloads.sourceforge.net/smartsuite/${P}.tar.gz" HOMEPAGE="http://www.linux-ide.org/smart.html" DEPEND="virtual/glibc" src_compile() { emake || die } src_install() { into / dosbin smartctl smartd doman smartctl.8 smartd.8 insinto /etc/init.d newins ${FILESDIR}/smartd.rc smartd chmod 744 ${D}/etc/init.d/smartd }