Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1554 - ide-smart ebuild (new)
Summary: ide-smart ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL: http://www.fizzelpark.com/portage/app...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-05 15:57 UTC by Thilo Bangert (RETIRED) (RETIRED)
Modified: 2002-04-11 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-05 15:57:35 UTC
find attached an ebuild for ide-smart, for reading SMART information from hdd's
http://www.fizzelpark.com/portage/app-admin/ide-smart/ide-smart-1.4.ebuild

---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Thilo Bangert <thilo.bangert@gmx.net>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp

S=${WORKDIR}/${P}
DESCRIPTION="A tool to read SMART (or S.M.A.R.T) information from harddiscs."

SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
HOMEPAGE="http://lightside.eresmas.com/"

DEPEND="virtual/glibc"

src_unpack() {
	unpack ${A} ; cd ${S}
	mv Makefile Makefile.orig
	rm ide-smart ide-smart.o
	sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
		-e "s:^#CC.*:CC = gcc:" \
		Makefile.orig > Makefile
}

src_compile() {

	emake || die

}

src_install () {

	dobin ide-smart
	doman ide-smart.8
	dodoc README COPYING

}
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-11 15:55:50 UTC
sorry
Comment 2 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-11 16:13:27 UTC
just added to cvs in the app-admin category..