| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-3.0_p20110120.ebuild,v 1.5 2012/09/22 14:41:52 blueness Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
PYTHON_DEPEND="2"
|
| 8 |
|
| 9 |
inherit python
|
| 10 |
|
| 11 |
DESCRIPTION="Gallery generator"
|
| 12 |
HOMEPAGE="http://furius.ca/curator/"
|
| 13 |
SRC_URI="mirror://gentoo/curator-3.0_pf078f1686a78.tar.xz"
|
| 14 |
|
| 15 |
LICENSE="GPL-2"
|
| 16 |
SLOT="0"
|
| 17 |
KEYWORDS="amd64 ~hppa ~mips ppc x86"
|
| 18 |
IUSE=""
|
| 19 |
|
| 20 |
DEPEND=""
|
| 21 |
RDEPEND="${DEPEND}
|
| 22 |
dev-python/imaging
|
| 23 |
|| ( >=media-gfx/imagemagick-5.4.9 media-gfx/graphicsmagick[imagemagick] )"
|
| 24 |
|
| 25 |
S="${WORKDIR}/curator-3.0_pf078f1686a78"
|
| 26 |
|
| 27 |
pkg_setup() {
|
| 28 |
python_set_active_version 2
|
| 29 |
python_pkg_setup
|
| 30 |
}
|
| 31 |
src_compile() {
|
| 32 |
:
|
| 33 |
}
|
| 34 |
|
| 35 |
src_install() {
|
| 36 |
dobin hs/curator-hs
|
| 37 |
insinto /usr/share/curator/hs
|
| 38 |
doins -r hs/*
|
| 39 |
}
|