diff options
Diffstat (limited to 'dev-lisp/drakma/drakma-0.11.5.ebuild')
-rw-r--r-- | dev-lisp/drakma/drakma-0.11.5.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-lisp/drakma/drakma-0.11.5.ebuild b/dev-lisp/drakma/drakma-0.11.5.ebuild new file mode 100644 index 00000000..39cf933c --- /dev/null +++ b/dev-lisp/drakma/drakma-0.11.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-2 + +DESCRIPTION="Drakma is a Common Lisp HTTP client." +HOMEPAGE="http://weitz.de/drakma/" +SRC_URI="http://common-lisp.net/~sionescu/files/ediware/${P}.tar.bz2" +LICENSE="BSD-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +SLOT="0" + +DEPEND="!dev-lisp/cl-${PN} + dev-lisp/chunga + dev-lisp/puri + >=dev-lisp/cl-base64-3.3.2 + dev-lisp/usocket + dev-lisp/cl-plus-ssl" + +src_install() { + common-lisp-install *.{lisp,asd} + common-lisp-symlink-asdf + dodoc CHANGELOG* + dohtml doc/index.html +} |