/[gentoo-x86]/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild
Gentoo

Contents of /dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Fri May 4 03:56:57 2012 UTC (12 months, 3 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -3 lines
dev-util/pkgconfig -> virtual/pkgconfig

(Portage version: 2.2.0_alpha101/cvs/Linux i686)

1 jdhore 1.4 # Copyright 1999-2012 Gentoo Foundation
2 angelos 1.1 # Distributed under the terms of the GNU General Public License v2
3 jdhore 1.4 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild,v 1.3 2011/06/30 14:14:10 angelos Exp $
4 angelos 1.1
5     EAPI=4
6     inherit autotools mono
7    
8     DESCRIPTION="GIO API C# binding"
9     HOMEPAGE="http://github.com/mono/gio-sharp"
10     SRC_URI="http://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
11    
12     LICENSE="MIT"
13     SLOT="0"
14 angelos 1.3 KEYWORDS="amd64 x86"
15 angelos 1.1 IUSE=""
16    
17     RDEPEND=">=dev-dotnet/glib-sharp-2.12
18     >=dev-dotnet/gtk-sharp-gapi-2.12
19     >=dev-libs/glib-2.22:2"
20     DEPEND="${RDEPEND}
21 jdhore 1.4 virtual/pkgconfig"
22 angelos 1.1
23     pkg_setup() {
24     DOCS="AUTHORS NEWS README"
25     }
26    
27     src_unpack() {
28     unpack ${A}
29     mv *-${PN}-* "${S}"
30     }
31    
32     src_prepare() {
33     sed -i -e '/autoreconf/d' autogen-generic.sh || die
34     NOCONFIGURE=1 ./autogen-2.22.sh || die
35    
36     eautoreconf
37     }
38    
39     src_compile() {
40     emake -j1
41     }
42    
43     src_install() {
44     default
45     mono_multilib_comply
46     }

  ViewVC Help
Powered by ViewVC 1.1.20