diff options
Diffstat (limited to 'net-misc/kiax/kiax-0.8.4.ebuild')
-rw-r--r-- | net-misc/kiax/kiax-0.8.4.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-misc/kiax/kiax-0.8.4.ebuild b/net-misc/kiax/kiax-0.8.4.ebuild deleted file mode 100644 index 0efc0b2fc9eb..000000000000 --- a/net-misc/kiax/kiax-0.8.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.4.ebuild,v 1.6 2006/04/03 17:23:15 genstef Exp $ - -inherit eutils kde-functions - -IUSE="" - -DESCRIPTION="QT based IAX (Inter Asterisk eXchange) client" -HOMEPAGE="http://kiax.sourceforge.net/" -SRC_URI="mirror://sourceforge/kiax/${P}.tar.bz2" - -KEYWORDS="x86 ~amd64" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="$(qt_min_version 3.2)" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-0.8.4-iaxwrapper.patch - epatch ${FILESDIR}/${P}-gcc4.patch - epatch ${FILESDIR}/configure.patch - - # add prefix for make install - sed -i -e "s:\(\$(DEST_PATH)\):\${INSTALL_ROOT}\1:" \ - bin/Makefile -} - -src_compile() { - econf || die "configure failed" - emake -j1 || die "make failed" -} - -src_install() { - dodir /usr/bin - make INSTALL_ROOT=${D} install || die "make install failed" - - domenu kiax.desktop - dodoc README README.* CHANGELOG COPYING INSTALL INSTALL.* -} |