blob: 36f882d16b41ee18dd85167bce525ea60b97feb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/calendarx/calendarx-0.4.15.ebuild,v 1.2 2006/01/27 02:26:21 vapier Exp $
inherit zproduct
DESCRIPTION="CalendarX is a customizable calendar product for Plone"
HOMEPAGE="http://calendarx.org/"
SRC_URI="mirror://sourceforge/${PN}//CalendarX-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
DEPEND="=net-zope/plone-2.0*"
ZPROD_LIST="CalendarX"
src_install() {
# We need to change directory name to versionless
mv ${ZPROD_LIST}-${PV} ${ZPROD_LIST}
zproduct_src_install
}
|