diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-28 15:23:40 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-28 15:23:40 +0000 |
commit | c2b7e166e6e2b2c578d111621c8114cf9893cd44 (patch) | |
tree | 8f44f5c435c4f668dce848a3ba1bc2db09d29692 /net-im | |
parent | Added new komba2 version (0.7.2) (diff) | |
download | historical-c2b7e166e6e2b2c578d111621c8114cf9893cd44.tar.gz historical-c2b7e166e6e2b2c578d111621c8114cf9893cd44.tar.bz2 historical-c2b7e166e6e2b2c578d111621c8114cf9893cd44.zip |
Inherited
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kinkatta/kinkatta-1.00.ebuild | 44 |
1 files changed, 5 insertions, 39 deletions
diff --git a/net-im/kinkatta/kinkatta-1.00.ebuild b/net-im/kinkatta/kinkatta-1.00.ebuild index a6c46efa196a..58002a4acfb3 100644 --- a/net-im/kinkatta/kinkatta-1.00.ebuild +++ b/net-im/kinkatta/kinkatta-1.00.ebuild @@ -1,47 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Philippe Namias <pnamias@gentoo.org> -# /home/cvsroot/gentoo-x86/kde-base/kdenetwork/kinkatta-1.00.ebuild v 1 2001/08/29 +# Maintainer Bart Verwilst <verwilst@gentoo.org> +# /home/cvsroot/gentoo-x86/kde-base/kdenetwork/kinkatta-1.00.ebuild $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base || die S=${WORKDIR}/${P} DESCRIPTION="KDE AIM Messenger" -SRC_PATH="kinkatta/${P}.tar.gz" -SRC_URI="http://ftp1.sourceforge.net/$SRC_PATH" +SRC_URI="http://ftp1.sourceforge.net/kinkatta/${P}.tar.gz" HOMEPAGE="http://kinkatta.sourceforge.org" -DEPEND=">=x11-libs/qt-x11-2.2 - >=kde-base/kdebase-${PV} - objprelink? ( dev-util/objprelink )" - -RDEPEND=$DEPEND - -src_unpack() { - - cd ${WORKDIR} - unpack ${P}.tar.gz - cd ${S} - if [ "`use objprelink`" ] ; then - patch -p0 < ${DISTDIR}/kde-admin-acinclude.patch - fi -} - -src_compile() { - local myconf - if [ "`use qtmt`" ] - then - myconf="--enable-mt" - fi - myconf="$myconf --enable-mitshm" - if [ "`use objprelink`" ] ; then - myconf="$myconf --enable-objprelink" - fi - ./configure --host=${CHOST} \ - --with-xinerama $myconf || die - make || die -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README -} |