Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 322 - centerICQ
Summary: centerICQ
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-24 21:18 UTC by Shahar Goldin
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
ebuild file (centericq-4.5.0.ebuild,682 bytes, text/plain)
2002-01-24 21:20 UTC, Shahar Goldin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shahar Goldin 2002-01-24 21:18:15 UTC
centericq is an ncurses ICQ client which now supports Y! messenger and MSN
Messenger
# Copyright 1999-2001 Gentoo Technologies, Inc
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Shachar Goldin <aldarsior@yahoo.com>


A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A ncurses ICQ/Y!/MSN Client"
SRC_URI="http://konst.org.ua/download/${A}"
HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html"

DEPEND="virtual/glibc
        >=sys-libs/ncurses-5.2
        >=dev-libs/libsigc++-1.0.4"

src_unpack() {

    unpack ${A}
    patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
    cd ${S}
    echo "CFLAGS += ${CFLAGS}" >> Makefile.rules

}
src_compile() {

    ./configure; make

}

src_install () {

    dobin src/centericq
    dodoc README FAQ

}
Comment 1 Shahar Goldin 2002-01-24 21:20:36 UTC
Created attachment 80 [details]
ebuild file
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-25 03:06:25 UTC
I assigned this to our IM guru. Hope that was OK.
Comment 3 Bart Verwilst 2002-01-25 10:42:34 UTC
Would be cool if the patch you use in the ebuild is supplied to me :o)
As soon as i have the patch, i'll add it to portage...