# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-4.3-r1.ebuild,v 1.1 2003/06/28 12:02:37 karltk Exp $ DESCRIPTION="Thinkpad gnome configuration utility for tpctl" SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz" HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html" KEYWORDS="x86 amd64 -ppc -mips -sparc" SLOT="0" LICENSE="GPL-2" #virtual/glibc should depend on specific kernel headers DEPEND="virtual/glibc dev-util/pkgconfig" RDEPEND=">=gnome-base/libgnomeui-2.4" src_unpack() { unpack ${A} || die } src_compile() { econf || die emake || die "Make failed" } src_install() { make DESTDIR=${D} || die }