diff options
Diffstat (limited to 'net-libs/libgadu/libgadu-1.7.1.ebuild')
-rw-r--r-- | net-libs/libgadu/libgadu-1.7.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/libgadu/libgadu-1.7.1.ebuild b/net-libs/libgadu/libgadu-1.7.1.ebuild deleted file mode 100644 index 98956195538c..000000000000 --- a/net-libs/libgadu/libgadu-1.7.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.7.1.ebuild,v 1.7 2007/05/21 19:59:59 dertobi123 Exp $ - -inherit eutils libtool - -DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol" -HOMEPAGE="http://toxygen.net/libgadu/" -SRC_URI="http://toxygen.net/libgadu/files/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" - -IUSE="ssl threads" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6m )" - -src_compile() { - econf \ - --enable-shared \ - `use_with threads pthread` \ - `use_with ssl openssl` \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - einstall || die -} |