/[gentoo-x86]/net-misc/mirall/mirall-1.1.0.ebuild
Gentoo

Contents of /net-misc/mirall/mirall-1.1.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Mon Oct 15 08:19:54 2012 UTC (7 months ago) by scarabeus
Branch: MAIN
Changes since 1.1: +6 -1 lines
Fix finding csync when we are not using the internal one. Resolves bug#438290.

(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

1 scarabeus 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3 scarabeus 1.2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mirall/mirall-1.1.0.ebuild,v 1.1 2012/10/13 12:58:33 scarabeus Exp $
4 scarabeus 1.1
5     EAPI=4
6    
7     inherit cmake-utils
8    
9     DESCRIPTION="Synchronization of your folders with another computers"
10     HOMEPAGE="http://owncloud.org/"
11     SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2"
12    
13     LICENSE="GPL-2"
14     SLOT="0"
15     KEYWORDS="~amd64 ~x86"
16     IUSE=""
17    
18     RDEPEND="
19     >=net-misc/csync-0.60.0[sftp,samba,webdav]
20     x11-libs/qt-core:4
21     x11-libs/qt-gui:4
22     x11-libs/qt-test:4
23     "
24     DEPEND="${RDEPEND}"
25 scarabeus 1.2
26     src_prepare() {
27     # Yay for fcked detection.
28     export CSYNC_DIR="${EPREFIX}/usr/include/ocsync/"
29     }

  ViewVC Help
Powered by ViewVC 1.1.13