/[gentoo-x86]/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild
Gentoo

Contents of /media-gfx/cutycapt/cutycapt-0_p20120409.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sat Mar 2 21:34:27 2013 UTC (2 months, 2 weeks ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -3 lines
Move Qt dependencies to the new category

(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.2 2012/07/31 08:31:57 kensington Exp $
4
5 EAPI=4
6 inherit qt4-r2
7
8 DESCRIPTION="Qt WebKit Web Page Rendering Capture Utility"
9 HOMEPAGE="http://cutycapt.sourceforge.net/"
10 SRC_URI="http://dev.gentoo.org/~mattm/${P}.tar.gz"
11 LICENSE="LGPL-2.1"
12 SLOT="0"
13
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16 DEPEND="dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtcore:4 dev-qt/qtsvg:4"
17 RDEPEND="${DEPEND}"
18
19 src_configure() {
20 eqmake4 CutyCapt.pro
21 }
22
23 src_install() {
24 dobin CutyCapt
25 }
26
27 pkg_postinst() {
28 einfo "Upstream is no longer actively developing package."
29 einfo "Recommends switching to PhantomJS instead."
30 einfo ""
31 einfo "You cannot use CutyCapt without an X server, but you"
32 einfo "can use e.g. Xvfb as light-weight server."
33 einfo "See ${HOMEPAGE} for usage."
34 }

  ViewVC Help
Powered by ViewVC 1.1.13