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

Bug 2597

Summary: gtkhx updated build to version 0.9.3 - no "actual" changes to script
Product: Gentoo Linux Reporter: Dave Nellans <dave>
Component: New packagesAssignee: Michael M Nazaroff (RETIRED) <naz>
Status: RESOLVED FIXED    
Severity: normal CC: dave
Priority: High    
Version: 1.1a   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dave Nellans 2002-05-08 19:50:46 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Michael M Nazaroff <naz@themoonsofjupiter.net>
# Version Update Dave Nellans <dave@cs.colgate.edu>
# /space/gentoo/cvsroot/gentoo-x86/net-misc/gtkhx/gtkhx-0.9.3.ebuild,v 1.1
2002/05/8 17:12:47 verwilst Exp

S=${WORKDIR}/${P}
DESCRIPTION="a GTK+ Hotline Client based off of Hx"
SRC_URI="http://gtkhx.sourceforge.net/files/${P}.tar.gz"
HOMEPAGE="http://gtkhx.sourceforge.net/index.html"
SLOT="0"
DEPEND="virtual/glibc
         >=x11-libs/gtk+-1.2.10"

RDEPEND="$DEPEND"

src_compile() {

        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die 
        emake || die
}

src_install () {

        make DESTDIR=${D} install || die
        dohtml doc/*.html
        dodoc   doc/AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}