cl-ppcre-1.2.15.ebuild 632 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit common-lisp
  4. DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp"
  5. HOMEPAGE="http://weitz.de/cl-ppcre/
  6. http://www.cliki.net/cl-ppcre"
  7. SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
  8. LICENSE="BSD"
  9. KEYWORDS="~amd64 ~ppc ~sparc ~x86"
  10. IUSE=""
  11. DEPEND="dev-lisp/common-lisp-controller
  12. virtual/commonlisp"
  13. SLOT="0"
  14. CLPACKAGE=cl-ppcre
  15. src_install() {
  16. common-lisp-install *.lisp *.asd
  17. common-lisp-system-symlink
  18. dodoc CHANGELOG README doc/benchmarks.2002-12-22.txt
  19. dohtml doc/index.html
  20. }