summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-05-02 08:39:45 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-05-02 08:39:45 +0000
commit6b47a927b2368610b30d412f1f5a00b8efc0398c (patch)
tree49f54413957f7da315a4795efa31d7db4974ada1 /dev-libs/libksba/libksba-0.9.6.ebuild
parent(no commit message) (diff)
downloadhistorical-6b47a927b2368610b30d412f1f5a00b8efc0398c.tar.gz
historical-6b47a927b2368610b30d412f1f5a00b8efc0398c.tar.bz2
historical-6b47a927b2368610b30d412f1f5a00b8efc0398c.zip
Version bumped. Closes 49617
Diffstat (limited to 'dev-libs/libksba/libksba-0.9.6.ebuild')
-rw-r--r--dev-libs/libksba/libksba-0.9.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libksba/libksba-0.9.6.ebuild b/dev-libs/libksba/libksba-0.9.6.ebuild
new file mode 100644
index 000000000000..532558322958
--- /dev/null
+++ b/dev-libs/libksba/libksba-0.9.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.9.6.ebuild,v 1.1 2004/05/02 08:39:44 mholzer Exp $
+
+DESCRIPTION="KSBA makes X.509 certificates and CMS easily accessible to applications"
+HOMEPAGE="http://www.gnupg.org/"
+SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/libksba/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+
+DEPEND=">=dev-libs/libgpg-error-0.7"
+
+src_install(){
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS TODO VERSION
+}