| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.1 | 8 | ~amd64 ~arm ~x86 | 0 |
# 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)
}
app-crypt/eid-mw jpeg? ( media-libs/libjpeg-turbo:= )
app-crypt/eid-mw jpeg? ( media-libs/libjpeg-turbo:= )
| 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 |