diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-02 16:35:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-02 16:35:12 +0000 |
commit | 9580fc4df0c587e46371ac954ce5dd348b42203c (patch) | |
tree | eb2f62282fdfd31e5daaf049f4c56f98e420a402 /media-gfx/cthumb | |
parent | added alpha keyword (diff) | |
download | gentoo-2-9580fc4df0c587e46371ac954ce5dd348b42203c.tar.gz gentoo-2-9580fc4df0c587e46371ac954ce5dd348b42203c.tar.bz2 gentoo-2-9580fc4df0c587e46371ac954ce5dd348b42203c.zip |
Closes bug 7542
Diffstat (limited to 'media-gfx/cthumb')
-rw-r--r-- | media-gfx/cthumb/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/cthumb/cthumb-4.2.ebuild | 33 | ||||
-rw-r--r-- | media-gfx/cthumb/files/digest-cthumb-4.2 | 1 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-gfx/cthumb/ChangeLog b/media-gfx/cthumb/ChangeLog new file mode 100644 index 000000000000..171a25287469 --- /dev/null +++ b/media-gfx/cthumb/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cthumb/ChangeLog,v 1.1 2002/12/02 16:35:12 mcummings Exp $ + +*cthumb-4.2 (05 Sep 2002) cthumb-4.2.ebuild ChangeLog, digest-cthumb-4.2 + + 05 Sep 2002; Sven Vermeulen <sven.vermeulen@rug.ac.be> cthumb-4.2.ebuild : + + Created first cthumb-ebuild. Commited by mcummings, closes bug 7542 diff --git a/media-gfx/cthumb/cthumb-4.2.ebuild b/media-gfx/cthumb/cthumb-4.2.ebuild new file mode 100644 index 000000000000..d0081d5c3a7a --- /dev/null +++ b/media-gfx/cthumb/cthumb-4.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cthumb/cthumb-4.2.ebuild,v 1.1 2002/12/02 16:35:12 mcummings Exp $ + +DESCRIPTION="Create a statical HTML Image gallery with captions for each image." + +HOMEPAGE="http://cthumb.sourceforge.net" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/cthumb/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" + +DEPEND="dev-perl/URI + dev-perl/HTML-Parser + media-libs/netpbm" + +S="${WORKDIR}/${P}" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" +} + +src_install () { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die +} diff --git a/media-gfx/cthumb/files/digest-cthumb-4.2 b/media-gfx/cthumb/files/digest-cthumb-4.2 new file mode 100644 index 000000000000..c18a3fdabc4c --- /dev/null +++ b/media-gfx/cthumb/files/digest-cthumb-4.2 @@ -0,0 +1 @@ +MD5 309a2ceb5b8ee244418255eafb49cb1b cthumb-4.2.tar.gz 438163 |