diff options
Diffstat (limited to 'net-im/silky/silky-0.5.4.ebuild')
-rw-r--r-- | net-im/silky/silky-0.5.4.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-im/silky/silky-0.5.4.ebuild b/net-im/silky/silky-0.5.4.ebuild deleted file mode 100644 index a650e7479fa2..000000000000 --- a/net-im/silky/silky-0.5.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.4.ebuild,v 1.4 2005/08/20 14:38:06 ticho Exp $ - -inherit eutils - -DESCRIPTION="Simple and easy to use GTK+ based os-independent SILC client." -HOMEPAGE="http://silky.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -KEYWORDS="x86 ppc ~sparc" -LICENSE="GPL-2" -IUSE="" - -SLOT="0" - -DEPEND="virtual/libc - sys-libs/zlib - >=gnome-base/libglade-2 - >=x11-libs/gtk+-2.2 - x11-libs/pango - dev-libs/atk - >=dev-libs/glib-2.2 - dev-libs/libxml2 - app-misc/mime-types - >=net-im/silc-toolkit-0.9.12-r2" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-getopt.patch || die "epatch failed" -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" -} |