# 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}.tgz" LICENSE="BSD" SLOT="0" DEPEND="media-libs/libsdl" KEYWORDS="~amd64 ~x86" IUSE="" S=${WORKDIR}/${PN} CLPACKAGE=lispbuilder-sdl-ttf src_install() { dodir ${CLSYSTEMROOT} insinto ${CLSOURCEROOT/$CLPACKAGE} for i in lispbuilder-sdl-ttf lispbuilder-sdl-ttf-examples; do dosym ${CLSOURCEROOT}/${CLPACKAGE}/$i.asd \ ${CLSYSTEMROOT}/ done doins -r examples sdl-ttf *.asd dodoc documentation/* }