diff options
Diffstat (limited to 'dev-lisp/cxml/cxml-20081130.ebuild')
-rw-r--r-- | dev-lisp/cxml/cxml-20081130.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lisp/cxml/cxml-20081130.ebuild b/dev-lisp/cxml/cxml-20081130.ebuild index d9add2ea..d58a4e3a 100644 --- a/dev-lisp/cxml/cxml-20081130.ebuild +++ b/dev-lisp/cxml/cxml-20081130.ebuild @@ -7,8 +7,9 @@ inherit common-lisp-2 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="A Common Lisp XML library implementing namespaces, a validating SAX-like XML 1.0 parser and the DOM Level 1 Core interfaces." -HOMEPAGE="http://common-lisp.net/project/${PN}/" +HOMEPAGE="http://common-lisp.net/project/cxml/" SRC_URI="http://common-lisp.net/project/${PN}/download/${PN}-${MY_PV}.tgz" + LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" @@ -26,7 +27,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} src_unpack() { unpack ${A} rm "${S}"/GNUmakefile - cp "${FILESDIR}/${PN}-contrib.asd" "${S}" + cp "${FILESDIR}"/${PN}-contrib.asd "${S}" } src_install() { |