c7af0f8b5e
- Add a new USE flag to enable/disable webkit.
- Add media-libs/swfdec to RDEPEND.
dev-dotnet/webkit-sharp:
- One of net-im/galaxium dependencies.
git-svn-id: http://svn.sabayonlinux.org/overlay@2447 d7aec97c-591d-0410-af39-a8856400b30a
26 lines
572 B
Bash
26 lines
572 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit mono
|
|
|
|
DESCRIPTION="WebKit bindings for Mono"
|
|
HOMEPAGE="http://www.mono-project.com/"
|
|
SRC_URI="http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/${P}.tar.bz2"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=">=dev-lang/mono-1.2.4
|
|
net-libs/webkit-gtk
|
|
dev-dotnet/gtk-sharp"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die "Install failed"
|
|
dodoc README COPYING ChangeLog || die
|
|
}
|
|
|