summaryrefslogtreecommitdiff
blob: f9d23e6aa6267fd2bb7cc03befba51627e000a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.7 2006/05/12 23:05:18 tcort Exp $

IUSE=""

DESCRIPTION="Simple and tiny image loading library"

HOMEPAGE="http:///homepage3.nifty.com/slokar/fb/"
SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz"

LICENSE="as-is LGPL-2"

SLOT="0"

KEYWORDS="x86 alpha ppc"

DEPEND=">=media-libs/libpng-1.0.12-r2
	>=media-libs/jpeg-6b-r2
	>=media-libs/tiff-3.5.7-r1"

src_install() {
	einstall
	dodoc AUTHORS README.ja
}