summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-08-06 02:26:17 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-08-06 02:26:17 +0000
commit2f59529ebfcc2c79343e1d4cdb26268e4d97a382 (patch)
treeee233e39825effeec10ddef1d45fccae931a5d46 /dev-libs/libassuan/libassuan-0.6.10.ebuild
parentAdded ~mips. (diff)
downloadhistorical-2f59529ebfcc2c79343e1d4cdb26268e4d97a382.tar.gz
historical-2f59529ebfcc2c79343e1d4cdb26268e4d97a382.tar.bz2
historical-2f59529ebfcc2c79343e1d4cdb26268e4d97a382.zip
version bump and transition to mirror://gnupg. x86 stable on 0.9.6
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/libassuan/libassuan-0.6.10.ebuild')
-rw-r--r--dev-libs/libassuan/libassuan-0.6.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/libassuan/libassuan-0.6.10.ebuild b/dev-libs/libassuan/libassuan-0.6.10.ebuild
new file mode 100644
index 000000000000..4638ad437bc1
--- /dev/null
+++ b/dev-libs/libassuan/libassuan-0.6.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-0.6.10.ebuild,v 1.1 2005/08/06 02:26:17 dragonheart Exp $
+
+DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg"
+HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#libassuan"
+SRC_URI="mirror://gnupg/alpha/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
+}