diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:23:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:23:44 +0000 |
commit | afe39d48c2df683b9fea01949f83798b5e1f6216 (patch) | |
tree | 1417a35d7ed7d2b6e0b70515c40d67ff29d07432 /net-misc/tinc | |
parent | define virtual/linux-sources (diff) | |
download | historical-afe39d48c2df683b9fea01949f83798b5e1f6216.tar.gz historical-afe39d48c2df683b9fea01949f83798b5e1f6216.tar.bz2 historical-afe39d48c2df683b9fea01949f83798b5e1f6216.zip |
arm KEYWORDS
Diffstat (limited to 'net-misc/tinc')
-rw-r--r-- | net-misc/tinc/tinc-1.0.2.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/tinc/tinc-1.0.2.ebuild b/net-misc/tinc/tinc-1.0.2.ebuild index 0ba90d083d08..e2bf6dafb553 100644 --- a/net-misc/tinc/tinc-1.0.2.ebuild +++ b/net-misc/tinc/tinc-1.0.2.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.2.ebuild,v 1.3 2004/06/25 00:15:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.2.ebuild,v 1.4 2004/11/03 00:23:27 vapier Exp $ DESCRIPTION="tinc is an easy to configure VPN implementation" HOMEPAGE="http://tinc.nl.linux.org/" SRC_URI="http://tinc.nl.linux.org/packages/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~arm ~sparc ~x86" IUSE="" + DEPEND=">=dev-libs/openssl-0.9.7c - virtual/linux-sources - >=dev-libs/lzo-1.08 - >=sys-libs/zlib-1.1.4-r2" + virtual/linux-sources + >=dev-libs/lzo-1.08 + >=sys-libs/zlib-1.1.4-r2" src_compile() { econf --enable-jumbograms || die @@ -22,7 +24,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc ABOUT-NLS AUTHORS COPYING COPYING.README INSTALL NEWS README THANKS TODO + dodoc AUTHORS INSTALL NEWS README THANKS TODO exeinto /etc/init.d ; newexe ${FILESDIR}/tincd tincd } |