summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-12-02 16:35:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-12-02 16:35:12 +0000
commitfbe5b57575097f846d217931eb2574d5c444f405 (patch)
tree5a8c4bb3c1d07d11f7370eed285a67e74553d40d /media-gfx/cthumb
parentadded alpha keyword (diff)
downloadhistorical-fbe5b57575097f846d217931eb2574d5c444f405.tar.gz
historical-fbe5b57575097f846d217931eb2574d5c444f405.tar.bz2
historical-fbe5b57575097f846d217931eb2574d5c444f405.zip
Closes bug 7542
Diffstat (limited to 'media-gfx/cthumb')
-rw-r--r--media-gfx/cthumb/ChangeLog9
-rw-r--r--media-gfx/cthumb/cthumb-4.2.ebuild33
-rw-r--r--media-gfx/cthumb/files/digest-cthumb-4.21
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