dev-lisp/clx - 0.7.5 (gentoo)

Search

Install

Install this version:

emerge -a =dev-lisp/clx-0.7.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lisp/clx-0.7.5

Or alternatively:

emerge --autounmask-write -a =dev-lisp/clx-0.7.5

Package Information

Description:
CLX is the Common Lisp interface to the X11 protocol primarily for SBCL
Homepage:
https://www.cliki.net/CLX
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.7.5 8 ~amd64 ~ppc ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit common-lisp-3

DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL"
HOMEPAGE="https://www.cliki.net/CLX"
SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"

DEPEND="sys-apps/texinfo
	doc? ( virtual/texi2dvi )"

src_compile() {
	cd manual || die
	makeinfo ${PN}.texinfo -o ${PN}.info || die
	if use doc ; then
		VARTEXFONTS="${T}"/fonts \
			texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
	fi
}

src_install() {
	common-lisp-install-sources *.lisp debug demo extensions tests
	common-lisp-install-asdf
	dodoc NEWS CHANGES README*
	doinfo manual/${PN}.info
	use doc && dodoc manual/${PN}.pdf
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-lisp/clx | euse -E <flag> -p dev-lisp/clx | euse -D <flag> -p dev-lisp/clx

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

sys-apps/texinfo
	doc? ( virtual/texi2dvi )

Manifest for 0.7.5

Type File Size Source URLs
DIST clx-0.7.5.tar.gz 468904 bytes https://github.com/sharplispers/clx/archive/0.7.5.tar.gz