# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /cvsroot/photorg/exifsort/gentoo/exifsort-0.2.ebuild,v 1.2 2004/09/21 14:28:54 arjen_w Exp $ inherit flag-o-matic DESCRIPTION="Utility to sort you photographs based on the timestamp in the EXIF header" SRC_URI="mirror://sourceforge/photorg/${P}.tar.gz" HOMEPAGE="http://exifsort.sf.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="dev-util/pkgconfig" RDEPEND="virtual/libc" src_compile() { econf || die emake || die } src_install() { einstall || die dodoc ChangeLog README NEWS AUTHORS }