/[gentoo-x86]/app-pda/libopensync-plugin-synce-rra/libopensync-plugin-synce-rra-0.22.2.ebuild
Gentoo

Contents of /app-pda/libopensync-plugin-synce-rra/libopensync-plugin-synce-rra-0.22.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Jun 17 11:51:22 2012 UTC (11 months ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Initial commit. Sort of. This has been in tree once before.

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 DESCRIPTION="OpenSync SynCE RRA Plugin"
8 HOMEPAGE="http://sourceforge.net/projects/synce/ http://www.opensync.org/"
9 SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
10
11 LICENSE="LGPL-2.1"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND="=app-pda/libopensync-0.22*
17 app-pda/synce-core
18 >=dev-libs/glib-2
19 >=dev-libs/librra-0.16
20 dev-libs/libxml2"
21 DEPEND="${RDEPEND}
22 virtual/pkgconfig"
23
24 src_install() {
25 emake DESTDIR="${D}" install
26 dodoc AUTHORS ChangeLog README
27 find "${ED}" -name '*.la' -exec rm -f {} +
28 }

  ViewVC Help
Powered by ViewVC 1.1.13