summaryrefslogtreecommitdiff
blob: 21ea2708861a6f72397fdc3a937a9f55f82cd1a2 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-archive/cl-archive-0.5.0.ebuild,v 1.1 2006/01/17 08:06:48 mkennedy Exp $

inherit common-lisp eutils

DESCRIPTION="A Common Lisp library for reading and writing cpio and tar archives."
HOMEPAGE="http://www.cliki.net/tar"
SRC_URI="http://www.cs.rice.edu/~froydnj/lisp/archive_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-lisp/cl-trivial-gray-streams
	dev-lisp/cl-flexi-streams"

CLPACKAGE=archive

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

src_install() {
	common-lisp-install *.{lisp,asd}
	common-lisp-system-symlink
	dodoc TODO NEWS LICENSE README
}