You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
452 B
19 lines
452 B
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
|
|
HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
|
|
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
DEPEND="
|
|
dev-libs/expat
|
|
net-libs/libupnp:0
|
|
net-misc/curl
|
|
"
|
|
RDEPEND="${DEPEND}"
|