# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild,v 1.6 2004/06/24 23:40:55 agriffis Exp $ DESCRIPTION="Another System Definition Facility for Common Lisp" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~sparc" DEPEND="" src_install() { insinto /usr/share/common-lisp/source/asdf doins asdf.lisp wild-modules.lisp dodoc LICENSE README insinto /usr/share/doc/${P}/examples doins test/* } pkg_postinst() { if [ -x /usr/sbin/clc-reregister-all-impl ]; then /usr/sbin/clc-reregister-all-impl fi }