diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-10 04:35:51 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-10 04:35:51 +0000 |
commit | fbffb01307e4ce343b93c4a093deacccf5e2f434 (patch) | |
tree | 7f7e97fabf47d4449869034d17f070e64f3e267d /dev-lisp/cl-zip/cl-zip-20050405.ebuild | |
parent | Dont apply spec-env patch to cross-compilers otherwise native hardened users ... (diff) | |
download | historical-fbffb01307e4ce343b93c4a093deacccf5e2f434.tar.gz historical-fbffb01307e4ce343b93c4a093deacccf5e2f434.tar.bz2 historical-fbffb01307e4ce343b93c4a093deacccf5e2f434.zip |
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-lisp/cl-zip/cl-zip-20050405.ebuild')
-rw-r--r-- | dev-lisp/cl-zip/cl-zip-20050405.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-lisp/cl-zip/cl-zip-20050405.ebuild b/dev-lisp/cl-zip/cl-zip-20050405.ebuild new file mode 100644 index 000000000000..923fcb4ae3a6 --- /dev/null +++ b/dev-lisp/cl-zip/cl-zip-20050405.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zip/cl-zip-20050405.ebuild,v 1.1 2005/07/10 04:35:51 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION='A Common Lisp library for reading and writing .zip files.' +HOMEPAGE='http://common-lisp.net/project/zip/' +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE='LLGPL-2.1' +SLOT='0' +KEYWORDS='~amd64 ~ppc ~sparc x86' +IUSE='' +DEPEND='dev-lisp/cl-salza' + +CLPACKAGE=zip + +S=${WORKDIR}/zip + +src_install() { + common-lisp-install *.asd *.lisp + common-lisp-system-symlink + dodoc LICENSE + dohtml *.html +} |