summaryrefslogtreecommitdiff
blob: 3d0d553049360dac025b1d4ce60ab5824c5ded94 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils common-lisp-2

DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
HOMEPAGE="http://www.cliki.net/asdf"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="!dev-lisp/cl-${PN}"

src_install() {
	common-lisp-install {asdf,wild-modules,asdf-install}.lisp
	dodoc README
	docinto examples && dodoc test/*
}