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

Search

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.3.1 8 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

Dependencies

DEPEND

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

RDEPEND

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

Manifest for 0.3.1

Type File Size Source URLs
DIST eid-mw-sdk-c-0.3.1.tar.gz 13050 bytes https://codeload.github.com/linuxunderground/eid-mw-sdk-c/tar.gz/v0.3.1