Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130907 - [EBUILD] soft-pkcs11
Summary: [EBUILD] soft-pkcs11
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-04-22 17:05 UTC by Bryan Jacobs
Modified: 2006-10-06 16:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Working basic ebuild (soft-pkcs11-1.8.ebuild,429 bytes, text/plain)
2006-04-22 17:06 UTC, Bryan Jacobs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Jacobs 2006-04-22 17:05:38 UTC
A softwark PKCS11 token, for testing smartcard apps and such.
Comment 1 Bryan Jacobs 2006-04-22 17:06:44 UTC
Created attachment 85232 [details]
Working basic ebuild

I'm not sure what the DEPENDs are here, so I've left them blank.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-04-22 17:32:18 UTC
looks like a BSD licence - in main.c

if econf/make are all thats needed in src_compile you can omit the entire function.

when doing a 'make' always do 'make ... || die "error meessage"' so that compile failure will stop the installation.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
Also put some effort into identifing dependencies see. e.g. openssl(?)

MOre help on freenode irc #gentoo-dev-help - look at references in the topic.
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2006-09-20 11:37:49 UTC
I don't think this should be used...
The openCryptoki provides a better solution.
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-06 16:12:03 UTC
Hello,
Please have a look at dev-libs/opencryptoki, it is much more stable, rubast and supported.
Reopen if you think this package has some advantages.
Thanks!