/[gentoo-x86]/www-apps/curator/curator-3.0_p20110120.ebuild
Gentoo

Contents of /www-apps/curator/curator-3.0_p20110120.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Sat Oct 6 16:56:09 2012 UTC (7 months, 1 week ago) by armin76
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
Drop alpha/sparc keywords

(Portage version: 2.1.11.16/cvs/Linux ia64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13