mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/pkcs11-dump: cleanup
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Utilities for PKCS#11 token content dump"
|
||||
HOMEPAGE="https://sites.google.com/site/alonbarlev/pkcs11-utilities"
|
||||
SRC_URI="https://pkcs11-tools.googlecode.com/files/${P}.tar.bz2"
|
||||
HOMEPAGE="https://github.com/alonbl/pkcs11-dump"
|
||||
SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
@@ -20,8 +20,3 @@ RDEPEND="
|
||||
libressl? ( dev-libs/libressl:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir=/usr/share/doc/${PF}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user