# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit common-lisp DESCRIPTION="Lisp Application Builder Interface to libSDL" HOMEPAGE="http://lispbuilder.sourceforge.net" SRC_URI="mirror://sourceforge/lispbuilder/${PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" DEPEND="media-libs/libsdl" KEYWORDS="~amd64 ~x86" IUSE="" S=${WORKDIR}/${PN} CLPACKAGE=lispbuilder-sdl src_install() { dodir ${CLSYSTEMROOT} insinto ${CLSOURCEROOT}/${CLPACKAGE} for i in lispbuilder-sdl lispbuilder-sdl-examples; do dosym ${CLSOURCEROOT}/${CLPACKAGE}/$i.asd \ ${CLSYSTEMROOT}/ done doins -r examples sdl *.asd dodoc documentation/*.html documentation/*.png documentation/* }