Parent Directory
|
Revision Log
bump, reported in bug #181329 (Portage version: 2.1.4_rc9)
| 1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | DESCRIPTION="A slim GTK-based image browser" |
| 6 | HOMEPAGE="http://gimmage.berlios.de/" |
| 7 | SRC_URI="http://download.berlios.de/gimmage/${P}.tar.gz" |
| 8 | |
| 9 | LICENSE="GPL-2" |
| 10 | SLOT="0" |
| 11 | KEYWORDS="~amd64 ~ppc ~x86" |
| 12 | IUSE="debug" |
| 13 | |
| 14 | DEPEND="dev-cpp/cairomm |
| 15 | >=dev-cpp/gtkmm-2.6.2 |
| 16 | net-misc/curl |
| 17 | sys-apps/file |
| 18 | sys-devel/gettext" |
| 19 | |
| 20 | src_compile() { |
| 21 | econf $(use_enable debug) || die "econf failed" |
| 22 | emake || die "emake failed" |
| 23 | } |
| 24 | |
| 25 | src_install() { |
| 26 | einstall || die "einstall failed" |
| 27 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |