|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.2.4.ebuild,v 1.4 2005/06/21 11:46:41 dragonheart Exp $ | # $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.2.4.ebuild,v 1.4 2005/06/21 11:46:41 dragonheart Exp $ |
| |
inherit eutils gnuconfig |
inherit eutils gnuconfig libtool |
| |
DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project" | DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project" |
HOMEPAGE="http://www.gnutls.org/" | HOMEPAGE="http://www.gnutls.org/" |
|
|
# GPL-2 for the gnutls-extras library and LGPL for the gnutls library. | # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. |
| |
SLOT="0" | SLOT="0" |
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" |
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86" |
| |
# Removed keywords awaiting >=dev-libs/libtasn1-0.2.10 keywords (bug #61944) | # Removed keywords awaiting >=dev-libs/libtasn1-0.2.10 keywords (bug #61944) |
# ~ia64 ~hppa | # ~ia64 ~hppa |
|
|
} | } |
| |
src_install() { | src_install() { |
emake DESTDIR=${D} install || die |
emake -j1 DESTDIR=${D} install || die |
| |
dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ | dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ |
README THANKS doc/TODO | README THANKS doc/TODO |