2014-04-27 21:28:33 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-05-17 10:57:23 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild,v 1.2 2014/05/16 11:03:39 ssuominen Exp $
|
2014-04-27 21:28:33 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
inherit toolchain-funcs
|
|
|
|
|
|
|
|
DESCRIPTION="Utility to optimize JPEG files"
|
|
|
|
HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
|
|
|
|
SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version'
|
|
|
|
SLOT="0"
|
2014-05-17 10:57:23 +04:00
|
|
|
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
2014-04-27 21:28:33 +04:00
|
|
|
|
|
|
|
RDEPEND="virtual/jpeg:0"
|
|
|
|
DEPEND="${RDEPEND}"
|