summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-08-06 02:28:49 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-08-06 02:28:49 +0000
commit9fc94b55599a0240517f67f303e93af9300a6678 (patch)
tree1cb8db8a934d3668be5fb1a2ec2001783ee539ee /dev-libs/libksba/libksba-0.9.12.ebuild
parentversion bump and transition to mirror://gnupg. x86 stable on 0.9.6 (diff)
downloadgentoo-2-9fc94b55599a0240517f67f303e93af9300a6678.tar.gz
gentoo-2-9fc94b55599a0240517f67f303e93af9300a6678.tar.bz2
gentoo-2-9fc94b55599a0240517f67f303e93af9300a6678.zip
version bump. x86 stable on 0.9.11. readded dropped ppc-macos keyword. changed to mirror://gnupg for previous versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libksba/libksba-0.9.12.ebuild')
-rw-r--r--dev-libs/libksba/libksba-0.9.12.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libksba/libksba-0.9.12.ebuild b/dev-libs/libksba/libksba-0.9.12.ebuild
new file mode 100644
index 000000000000..bed0d346ec19
--- /dev/null
+++ b/dev-libs/libksba/libksba-0.9.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.9.12.ebuild,v 1.1 2005/08/06 02:28:49 dragonheart Exp $
+
+DESCRIPTION="makes X.509 certificates and CMS easily accessible to applications"
+HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#libksba"
+SRC_URI="mirror://gnupg/alpha/libksba/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/libgpg-error-0.7
+ dev-libs/libgcrypt"
+
+#src_compile() {
+# econf || die
+# emake -j1 || die
+#}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS TODO VERSION
+}