Parent Directory
|
Revision Log
Version bump, remove old. (Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 42618354)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/mirall/mirall-1.1.0.ebuild,v 1.2 2012/10/15 08:19:54 scarabeus Exp $ |
| 4 | |
| 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 | |
| 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 |