summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-27 00:06:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-27 00:06:39 +0000
commit3c5198437751456414b7e8518f4ba82a3c3f0a57 (patch)
tree014b8b5c4cf5d290491addddeae5f89f3df91d43 /net-libs/libident/libident-0.32.ebuild
parentarm/s390 stable (diff)
downloadgentoo-2-3c5198437751456414b7e8518f4ba82a3c3f0a57.tar.gz
gentoo-2-3c5198437751456414b7e8518f4ba82a3c3f0a57.tar.bz2
gentoo-2-3c5198437751456414b7e8518f4ba82a3c3f0a57.zip
s390 stable
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'net-libs/libident/libident-0.32.ebuild')
-rw-r--r--net-libs/libident/libident-0.32.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/net-libs/libident/libident-0.32.ebuild b/net-libs/libident/libident-0.32.ebuild
index 23e1fc8cf450..62c283ba94aa 100644
--- a/net-libs/libident/libident-0.32.ebuild
+++ b/net-libs/libident/libident-0.32.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.32.ebuild,v 1.5 2005/09/16 01:12:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.32.ebuild,v 1.6 2006/11/27 00:06:39 vapier Exp $
DESCRIPTION="A small library to interface to the Ident protocol server"
HOMEPAGE="http://www.simphalempin.com/dev/libident/"
@@ -8,17 +8,12 @@ SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ppc64 s390 ~sparc ~x86"
IUSE=""
-DEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND=""
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README
}