Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15833 - new ebuild curator 2.0
Summary: new ebuild curator 2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seth Chandler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 04:36 UTC by Victor Iggy
Modified: 2003-03-11 21:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the ebuild it self (curator-2.0.ebuild,786 bytes, application/octet-stream)
2003-02-17 04:38 UTC, Victor Iggy
Details
the ebuild it self + fix (curator-2.0.ebuild,817 bytes, application/octet-stream)
2003-02-17 04:44 UTC, Victor Iggy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Iggy 2003-02-17 04:36:44 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/apps-misc/curator/curator-2.0,v 0.1 $


#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
        >=sys-apps/bash-2.05a"

src_unpack() {
        cd ${WORKDIR}
        echo tar xjf ${DISTDIR}/${MY_P}.tar.gz
        tar xzf ${DISTDIR}/${MY_P}.tar.gz || die "No curator tarball in distfiles."
}

src_install() {
        cd ${WORKDIR}
        dobin curator || die "install failed"
        dodoc CHANGES COPYING README
}
Comment 1 Victor Iggy 2003-02-17 04:38:07 UTC
Created attachment 8361 [details]
the ebuild it self
Comment 2 Victor Iggy 2003-02-17 04:44:00 UTC
Created attachment 8362 [details]
the ebuild it self + fix

Forgot to include imagemagick as a dep.
Comment 3 Seth Chandler 2003-03-11 21:14:03 UTC
added...