diff options
author | 2003-04-14 23:28:51 +0000 | |
---|---|---|
committer | 2003-04-14 23:28:51 +0000 | |
commit | f36f870d899ca5f727a51d423decdf093c47a34d (patch) | |
tree | 13972a5cb16bcf83ed9885410bafa4562f2786e4 /app-admin/hddtemp/hddtemp-0.2.ebuild | |
parent | Version bumped, moved hddtemp.db out of portage tree. (diff) | |
download | historical-f36f870d899ca5f727a51d423decdf093c47a34d.tar.gz historical-f36f870d899ca5f727a51d423decdf093c47a34d.tar.bz2 historical-f36f870d899ca5f727a51d423decdf093c47a34d.zip |
Version bumped, moved hddtemp.db out of portage tree.
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.2.ebuild')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index 02841b0dd887..a11ccafd74ba 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.12 2003/02/28 22:07:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.13 2003/04/14 23:28:37 mholzer Exp $ DESCRIPTION="A simple utility to read the temperature of SMART IDE hard drives" -SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz" +SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz + mirror://gentoo/hddtemp.db" HOMEPAGE="http://coredump.free.fr/linux/harddrive.html" SLOT="0" @@ -23,9 +24,6 @@ src_unpack() { sed -e "s:^CFLAGS.*:CFLAGS=${CFLAGS} -DARCH_I386:" \ -e "s:^CC.*:CC=gcc:" \ Makefile.orig > Makefile - - # copy over hddtemp database file - cp ${FILESDIR}/hddtemp.db ./ } src_compile() { @@ -35,6 +33,6 @@ src_compile() { src_install() { dobin hddtemp insinto /usr/share/hddtemp - doins hddtemp.db + doins ${DISTDIR}/hddtemp.db dodoc README COPYING } |