Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2597 - gtkhx updated build to version 0.9.3 - no "actual" changes to script
Summary: gtkhx updated build to version 0.9.3 - no "actual" changes to script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-08 19:50 UTC by Dave Nellans
Modified: 2002-05-30 02:30 UTC (History)
1 user (show)

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