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.
gentoo-overlay/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild

29 lines
514 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit mono-env
DESCRIPTION="Managed D-Bus Implementation for .NET"
HOMEPAGE="http://www.ndesk.org/DBusSharp"
SRC_URI="http://www.ndesk.org/archive/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
>=dev-lang/mono-1.2.4
>=sys-apps/dbus-1
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
src_prepare() {
default
# mono-4 compat
sed -i "s#gmcs#mcs#g" configure || die
}