diff options
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta8.ebuild')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta8.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild index 1bac1101d268..0091df837408 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.9 2004/01/13 13:38:30 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.10 2004/05/31 19:21:32 vapier Exp $ MY_P=${P/_beta/-beta} DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives" HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php" -SLOT="0" +SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.bz2" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" +IUSE="" + DEPEND="virtual/glibc net-misc/wget" -SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.bz2" -IUSE="" S=${WORKDIR}/${MY_P} src_unpack() { @@ -35,7 +37,7 @@ src_compile() { src_install() { make DESTDIR=${D} install - dodoc README TODO Changelog COPYING + dodoc README TODO Changelog insinto /usr/share/hddtemp if [ -f hddtemp.db ]; then |