diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-03-12 02:15:18 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-03-12 02:15:18 +0000 |
commit | faa4c80a73b92978215590dd3541b633c336c186 (patch) | |
tree | a31081b056e556cfb9b58bad1d17de25c53df5d8 /net-www/curator | |
parent | whoops keywordness (diff) | |
download | gentoo-2-faa4c80a73b92978215590dd3541b633c336c186.tar.gz gentoo-2-faa4c80a73b92978215590dd3541b633c336c186.tar.bz2 gentoo-2-faa4c80a73b92978215590dd3541b633c336c186.zip |
initial import
Diffstat (limited to 'net-www/curator')
-rw-r--r-- | net-www/curator/curator-2.0.ebuild | 24 | ||||
-rw-r--r-- | net-www/curator/files/digest-curator-2.0 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-www/curator/curator-2.0.ebuild b/net-www/curator/curator-2.0.ebuild new file mode 100644 index 000000000000..c15a6dcbed01 --- /dev/null +++ b/net-www/curator/curator-2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/curator/curator-2.0.ebuild,v 1.1 2003/03/12 02:15:18 sethbc Exp $ + + +#First ebuild by me + +MY_P=curator-2.0 +S=${WORKDIR}/curator +SLOT="0" +DESCRIPTION="Webpage thumbnail creator" +SRC_URI="http://twtelecom.dl.sourceforge.net/sourceforge/curator/${MY_P}.tar.gz" +HOMEPAGE="http://curator.sourceforge.net/" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips" +LICENSE="GPL" +DEPEND=">=dev-lang/python-2.2.1 + >=media-gfx/imagemagick-5.4.9" + +src_install() { + cd ${WORKDIR} + dobin curator || die "install failed" + dodoc CHANGES COPYING README +} + diff --git a/net-www/curator/files/digest-curator-2.0 b/net-www/curator/files/digest-curator-2.0 new file mode 100644 index 000000000000..c992890de32f --- /dev/null +++ b/net-www/curator/files/digest-curator-2.0 @@ -0,0 +1 @@ +MD5 cffe3e0c9c3d891992a3edaa99af9279 curator-2.0.tar.gz 29531 |