Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1554

Summary: ide-smart ebuild (new)
Product: Gentoo Linux Reporter: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Component: New packagesAssignee: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.fizzelpark.com/portage/app-admin/ide-smart/ide-smart-1.4.ebuild
Whiteboard:
Package list:
Runtime testing required: ---

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..