mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
20 lines
456 B
Bash
20 lines
456 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
|
|
inherit kde4-base subversion
|
|
|
|
DESCRIPTION="a KDE4 plasmoid which offer NFC content access"
|
|
HOMEPAGE="https://code.google.com/p/nfc-tools/wiki/desknfc"
|
|
SRC_URI=""
|
|
ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/desknfc"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-libs/libndef"
|
|
RDEPEND="${DEPEND}"
|