summaryrefslogtreecommitdiff
blob: 37723acdb9e152e7fe6b90b34b30d8e66c39a34d (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
29
30
31
32
33
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild,v 1.3 2004/06/24 23:50:43 agriffis Exp $

inherit common-lisp eutils

DESCRIPTION="Portable version of Franz's xmlutils."
HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html"
SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz"

LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lisp/common-lisp-controller
	dev-lisp/cl-acl-compat
	virtual/commonlisp"

S=${WORKDIR}/pxmlutils_${PV}

CLPACKAGE=pxmlutils

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${PV}-allegro-declare-gentoo.patch
}

src_install() {
	common-lisp-install pxmlutils.asd *.cl
	common-lisp-system-symlink
	dodoc ChangeLog README *.{htm,txt}
}