# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/kmerlin/kmerlin-1.2.ebuild,v 1.7 2004/03/14 17:25:38 mr_bones_ Exp $ inherit kde need-kde 3 need-autoconf 2.1 DESCRIPTION="KDE MSN Messenger" SRC_URI="mirror://sourceforge/kmerlin/${P}.tar.gz" HOMEPAGE="http://kmerlin.olsd.de" LICENSE="GPL-2" KEYWORDS="x86" src_unpack() { kde_src_unpack # the pregenerated configure script is buggy cd ${S} rm configure configure.in # they also have pregenerated .cpp/.h files which should be generated by uic # otherwise they will only work with one specific qt-version # cd ${S}/kmerlin # rm adduser.cpp adduser.h chatview.cpp chatview.h accountdlg.cpp \ # accountdlg.h base.cpp base.h blocked.cpp blocked.h infowidget.cpp \ # infowidget.h alert.cpp alert.h newuser.cpp newuser.h }