diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /net-wireless/libfreefare/libfreefare-0.3.2.ebuild | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'net-wireless/libfreefare/libfreefare-0.3.2.ebuild')
-rw-r--r-- | net-wireless/libfreefare/libfreefare-0.3.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/libfreefare/libfreefare-0.3.2.ebuild b/net-wireless/libfreefare/libfreefare-0.3.2.ebuild new file mode 100644 index 00000000..e38f5db2 --- /dev/null +++ b/net-wireless/libfreefare/libfreefare-0.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="a library for high level manipulation of MIFARE tags" +HOMEPAGE="https://code.google.com/p/nfc-tools/" +SRC_URI="https://nfc-tools.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-lib/libnfc" +RDEPEND="${DEPEND}" + +src_install() { + DESTDIR="${D}" emake install || die +} |