summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-29 01:39:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-29 01:39:24 +0000
commit75225fb64a714ffaff683dc98557790f81bcc6ba (patch)
treed4c16250f1e455535c0b0f8dc5cd011f0cf7f9fc /dev-libs
parentia64/s390 stable (diff)
downloadhistorical-75225fb64a714ffaff683dc98557790f81bcc6ba.tar.gz
historical-75225fb64a714ffaff683dc98557790f81bcc6ba.tar.bz2
historical-75225fb64a714ffaff683dc98557790f81bcc6ba.zip
hppa/ia64/s390 stable
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtasn1/libtasn1-0.2.13.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libtasn1/libtasn1-0.2.13.ebuild b/dev-libs/libtasn1/libtasn1-0.2.13.ebuild
index 2cd68f7cbf61..97be395154f8 100644
--- a/dev-libs/libtasn1/libtasn1-0.2.13.ebuild
+++ b/dev-libs/libtasn1/libtasn1-0.2.13.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.13.ebuild,v 1.6 2005/03/05 09:04:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.13.ebuild,v 1.7 2005/03/29 01:39:24 vapier Exp $
-DESCRIPTION="This is the library which provides ASN.1 structures parsing capabilities for use with GNUTLS"
+DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS"
HOMEPAGE="http://www.gnutls.org/"
SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/${P}.tar.gz"
-IUSE="doc"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~s390 ~sparc ~ppc ~alpha ~amd64 ~mips ppc64 ~hppa ~ia64"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ~ppc ppc64 s390 ~sparc x86"
+IUSE="doc"
DEPEND=">=dev-lang/perl-5.6
sys-devel/bison"
src_install() {
- emake DESTDIR=${D} install || die "installed failed"
+ make DESTDIR="${D}" install || die "installed failed"
- dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+ dodoc AUTHORS ChangeLog NEWS README THANKS TODO
use doc && dodoc doc/asn1.ps
}