summaryrefslogtreecommitdiff
blob: 68337c52b37767d8319558b4a764244611fe1d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_lisp2/mod_lisp2-1.2.ebuild,v 1.2 2006/06/05 19:57:54 chtekk Exp $

inherit apache-module eutils

DESCRIPTION="mod_lisp is an Apache module to easily write web applications in Common Lisp."
HOMEPAGE="http://www.fractalconcept.com/asp/sdataQIceRsMvtN9fDM==/sdataQuvY9x3g$ecX"
SRC_URI="mirror://gentoo/${P}.c"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""

APACHE2_MOD_CONF="10_${PN}"
APACHE2_MOD_DEFINE="LISP"

need_apache2

src_unpack() {
	mkdir "${S}"
	cd "${S}"
	cp "${DISTDIR}/${P}.c" "${PN}.c"
	epatch "${FILESDIR}/${PV}-content-length.patch" || die # http://common-lisp.net/pipermail/mod-lisp-devel/2005-December/000082.html
}