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 | 916850a064e850fc930d7997ccb3f3616490d383 (patch) | |
tree | aeb3194a2c409e854149d43bd63f912658ca8625 /media-libs/stimg | |
parent | Initial import (diff) | |
download | historical-916850a064e850fc930d7997ccb3f3616490d383.tar.gz historical-916850a064e850fc930d7997ccb3f3616490d383.tar.bz2 historical-916850a064e850fc930d7997ccb3f3616490d383.zip |
Initial import
Diffstat (limited to 'media-libs/stimg')
-rw-r--r-- | media-libs/stimg/Manifest | 3 | ||||
-rw-r--r-- | media-libs/stimg/files/digest-stimg-0.1.0 | 1 | ||||
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 26 |
3 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/stimg/Manifest b/media-libs/stimg/Manifest index 7f6764fa7e0f..934a7cf39298 100644 --- a/media-libs/stimg/Manifest +++ b/media-libs/stimg/Manifest @@ -1,2 +1,3 @@ -MD5 1abf176954706ed8e84278f0e8b9bcd8 stimg-0.1.0.ebuild 535 +MD5 f7db8ec2563d2206039bf8d06c7755f8 ChangeLog 405 +MD5 f844c3199bacd8d4925f212bb69894b3 stimg-0.1.0.ebuild 635 MD5 8fb7f82ce0674e7c51aec4ae762a6257 files/digest-stimg-0.1.0 63 diff --git a/media-libs/stimg/files/digest-stimg-0.1.0 b/media-libs/stimg/files/digest-stimg-0.1.0 new file mode 100644 index 000000000000..11ed3a097659 --- /dev/null +++ b/media-libs/stimg/files/digest-stimg-0.1.0 @@ -0,0 +1 @@ +MD5 219a9a0197b46ba51c82a1d0cc2a544e stimg-0.1.0.tar.gz 187172 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 +} |