16 lines
315 B
Bash
16 lines
315 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="XMLRPC Implementation in C++"
|
|
HOMEPAGE="http://flxmlrpc.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
|
|
|
|
LICENSE="GPL"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|