summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-10-15 18:53:05 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-10-15 18:53:05 +0000
commitba8fb280986d72b630070a06185c608fc816b7ac (patch)
treeb114bd7fe1e6a47ce39fd67c3732a172c9fb1490 /dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild
parentAdd a warning for smbfs problems (diff)
downloadgentoo-2-ba8fb280986d72b630070a06185c608fc816b7ac.tar.gz
gentoo-2-ba8fb280986d72b630070a06185c608fc816b7ac.tar.bz2
gentoo-2-ba8fb280986d72b630070a06185c608fc816b7ac.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild')
-rw-r--r--dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild b/dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild
new file mode 100644
index 000000000000..ea2a3bf430f9
--- /dev/null
+++ b/dev-lisp/cl-scribble/cl-scribble-1.16.1.ebuild
@@ -0,0 +1,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
+}