summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/pakchois/pakchois-0.4.ebuild')
-rw-r--r--dev-libs/pakchois/pakchois-0.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/pakchois/pakchois-0.4.ebuild b/dev-libs/pakchois/pakchois-0.4.ebuild
new file mode 100644
index 000000000000..6d2e198d6a08
--- /dev/null
+++ b/dev-libs/pakchois/pakchois-0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pakchois/pakchois-0.4.ebuild,v 1.1 2008/03/02 11:23:52 hollow Exp $
+
+DESCRIPTION="PaKChoiS - PKCS #11 wrapper library"
+HOMEPAGE="http://www.manyfish.co.uk/pakchois/"
+SRC_URI="http://www.manyfish.co.uk/pakchois/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS NEWS README
+}