You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/shutterbug/shutterbug-1.6.36.ebuild

29 lines
541 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="1"
inherit fox
DESCRIPTION="Screenshot utility based on the FOX Toolkit"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 hppa ppc ppc64 ~sparc x86"
IUSE="jpeg png tiff"
DEPEND="
x11-libs/fox:1.6
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng:0 )
tiff? ( media-libs/tiff:0 )"
RDEPEND="${DEPEND}"
src_configure() {
FOXCONF="$(use_enable jpeg) \
$(use_enable png) \
$(use_enable tiff)" fox_src_configure
}