summaryrefslogtreecommitdiff
blob: ea2a3bf430f91963cda2c740da4bf1a2dc46c3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild,v 1.1 2004/10/15 18:53:04 mkennedy Exp $

inherit common-lisp

DESCRIPTION="Scribble is a Library that extends the Common Lisp reader with the text markup syntax of Scribe."
HOMEPAGE="http://www.cliki.net/Scribble"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="No-Problem-Bugroff"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-lisp/cl-meta"

CLPACKAGE=scribble

src_install() {
	common-lisp-install *.asd *.lisp
	common-lisp-system-symlink
}