| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.21.ebuild,v 1.6 2012/08/23 09:10:15 xmw Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files"
|
| 8 |
HOMEPAGE="http://libexif.sourceforge.net/"
|
| 9 |
SRC_URI="mirror://sourceforge/libexif/${P}.tar.bz2"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
|
| 14 |
IUSE="nls"
|
| 15 |
|
| 16 |
RDEPEND="dev-libs/popt
|
| 17 |
>=media-libs/libexif-${PV}"
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
virtual/pkgconfig
|
| 20 |
nls? ( sys-devel/gettext )"
|
| 21 |
|
| 22 |
src_configure() {
|
| 23 |
econf $(use_enable nls)
|
| 24 |
}
|