diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-16 14:53:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-16 14:53:19 +0000 |
commit | 514631ac08023ac6e5a4d97a8aa785fefb27bd60 (patch) | |
tree | 9b93e6f970109386442aeac0e057d0932c899266 /media-libs/stimg/stimg-0.1.0.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.tar.gz gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.tar.bz2 gentoo-2-514631ac08023ac6e5a4d97a8aa785fefb27bd60.zip |
Initial import
Diffstat (limited to 'media-libs/stimg/stimg-0.1.0.ebuild')
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild new file mode 100644 index 000000000000..01e685a64eee --- /dev/null +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/06/16 14:53:10 phosphan 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" + +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 COPYING{,.imlib2} INSTALL README.ja +} |