blob: a122aa111746944d3a79c48cd4797ef5a959ede6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.0.0-r1.ebuild,v 1.4 2003/04/04 05:54:35 kutsuya Exp $
inherit zproduct
DESCRIPTION="Helps to build multilingual zope websites and zope products."
HOMEPAGE="http://www.localizer.org"
SRC_URI="http://unc.dl.sourceforge.net/lleu/Localizer-${PV}.tgz"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
ZPROD_LIST="Localizer"
DOTTXT_PROTECT="languages.txt charsets.txt ${DOTTXT_PROTECT}"
|