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/gsf-sharp/gsf-sharp-0.8.1.ebuild

26 lines
519 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
inherit eutils mono
DESCRIPTION="C# bindings for libgsf"
HOMEPAGE="http://www.mono-project.com/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="dev-lang/mono
>=gnome-extra/libgsf-1.14.1
>=dev-dotnet/gtk-sharp-2.4.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
make install DESTDIR="${D}"
dodoc AUTHORS ChangeLog NEWS README
}