diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-08-01 22:37:01 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-08-01 22:37:01 +0000 |
commit | 560d870b2bd97d20612944d60b6ad995f57176bc (patch) | |
tree | 5f50fc766ff3e686bfc1c0f91fbf253592e8cc6a /dev-libs/libksba/libksba-0.9.16.ebuild | |
parent | needs guichan-0.4 (diff) | |
download | gentoo-2-560d870b2bd97d20612944d60b6ad995f57176bc.tar.gz gentoo-2-560d870b2bd97d20612944d60b6ad995f57176bc.tar.bz2 gentoo-2-560d870b2bd97d20612944d60b6ad995f57176bc.zip |
version bump + cleanout
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-libs/libksba/libksba-0.9.16.ebuild')
-rw-r--r-- | dev-libs/libksba/libksba-0.9.16.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/libksba/libksba-0.9.16.ebuild b/dev-libs/libksba/libksba-0.9.16.ebuild new file mode 100644 index 000000000000..e6cc14c10163 --- /dev/null +++ b/dev-libs/libksba/libksba-0.9.16.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.9.16.ebuild,v 1.1 2006/08/01 22:37:01 dragonheart Exp $ + +inherit libtool + +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 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-libs/libgpg-error-0.7 + dev-libs/libgcrypt" + +src_unpack() { + unpack ${A} + cd "${S}" + elibtoolize +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS TODO VERSION +} |