net-wireless/libfreefare - 0.4.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/libfreefare-0.4.0

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

autounmask =net-wireless/libfreefare-0.4.0

Or alternatively:

emerge --autounmask-write -a =net-wireless/libfreefare-0.4.0

Package Information

Description:
a library for high level manipulation of MIFARE tags
Homepage:
https://github.com/nfc-tools/libfreefare
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

inherit autotools

DESCRIPTION="a library for high level manipulation of MIFARE tags"
HOMEPAGE="https://github.com/nfc-tools/libfreefare"
SRC_URI="https://github.com/nfc-tools/libfreefare/archive/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-libs/libnfc
		dev-libs/openssl:=
		virtual/libusb:0"

RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${PN}-${P}"

src_prepare() {
	eapply_user
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/libnfc
		dev-libs/openssl:=
		virtual/libusb:0

RDEPEND

dev-libs/libnfc
		dev-libs/openssl:=
		virtual/libusb:0

Manifest for 0.4.0

Type File Size Source URLs
DIST libfreefare-0.4.0.tar.gz 115048 bytes https://github.com/nfc-tools/libfreefare/archive/libfreefare-0.4.0.tar.gz