From bd4e0540a41a5105103c57433ca72f1e247e0886 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 6 Jun 2012 16:16:23 +0200 Subject: dev-util/nfcutils: add nfcutils from nfc-tools package --- dev-util/nfcutils/nfcutils-9999.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-util/nfcutils/nfcutils-9999.ebuild (limited to 'dev-util/nfcutils/nfcutils-9999.ebuild') diff --git a/dev-util/nfcutils/nfcutils-9999.ebuild b/dev-util/nfcutils/nfcutils-9999.ebuild new file mode 100644 index 0000000..a8bebbe --- /dev/null +++ b/dev-util/nfcutils/nfcutils-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils subversion autotools + +DESCRIPTION="provide a simple 'lsnfc' command" +HOMEPAGE="http://code.google.com/p/nfc-tools/" +ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/nfcutils/" +ESVN_PROJECT="nfcutils" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +CDEPEND=">=dev-libs/libnfc-1.5.1" +RDEPEND="${CDEPEND}" + +src_prepare() { + eautoreconf || die "autoreconf failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "Install failed" + dodoc README ChangeLog AUTHORS NEWS || die +} -- cgit v1.2.3