| 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 |
|
|
}
|