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.
29 lines
700 B
29 lines
700 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gudev-sharp/gudev-sharp-0.1.ebuild,v 1.8 2014/07/24 17:17:22 ssuominen Exp $
|
|
|
|
EAPI=2
|
|
inherit mono
|
|
|
|
DESCRIPTION="GUDEV API C# binding"
|
|
HOMEPAGE="http://launchpad.net/gudev-sharp"
|
|
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-1.0-${PV}.tar.gz"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-dotnet/gtk-sharp-1.9
|
|
>=dev-dotnet/gtk-sharp-gapi-1.9
|
|
virtual/libgudev"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig"
|
|
|
|
S=${WORKDIR}/${PN}-1.0-${PV}
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die
|
|
dodoc AUTHORS
|
|
}
|