# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit debug eutils flag-o-matic DESCRIPTION="GTK2 plugin for Licq" HOMEPAGE="http://icqnd.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="xinerama" DEPEND=">=net-im/licq-1.3.0-r6 >=x11-libs/gtk+-2.4" RDEPEND="${DEPEND}" pkg_setup() { ewarn "This is an alpha version!" ewarn "Expect broken or missing functionality!" } src_unpack() { unpack ${A} cd ${S} # strip newline epatch ${FILESDIR}/chomp-msg.diff } src_install() { make DESTDIR=${D} install || die "Install failed!" }