app-misc/eid-mw-sdk-c - 0.4.2 (linuxunderground-overlay)

Search

Install

Install this version:

emerge -a =app-misc/eid-mw-sdk-c-0.4.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/eid-mw-sdk-c-0.4.2

Or alternatively:

emerge --autounmask-write -a =app-misc/eid-mw-sdk-c-0.4.2

Package Information

Description:
GNU package that show how to use libbeidpkcs11 and the autotools with eid-mw
Homepage:
https://github.com/linuxunderground/eid-mw-sdk-c
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.2 9 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

inherit autotools

DESCRIPTION="GNU package that show how to use libbeidpkcs11 and the autotools with eid-mw"
HOMEPAGE="https://github.com/linuxunderground/eid-mw-sdk-c"
SRC_URI="https://codeload.github.com/linuxunderground/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="jpeg"

RDEPEND="app-crypt/eid-mw
	jpeg? ( media-libs/libjpeg-turbo:= )"

DEPEND="${RDEPEND}"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_enable jpeg)
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-misc/eid-mw-sdk-c | euse -E <flag> -p app-misc/eid-mw-sdk-c | euse -D <flag> -p app-misc/eid-mw-sdk-c

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

app-crypt/eid-mw
	jpeg? ( media-libs/libjpeg-turbo:= )

RDEPEND

app-crypt/eid-mw
	jpeg? ( media-libs/libjpeg-turbo:= )

Manifest for 0.4.2

Type File Size Source URLs
DIST eid-mw-sdk-c-0.4.2.tar.gz 13299 bytes https://codeload.github.com/linuxunderground/eid-mw-sdk-c/tar.gz/v0.4.2