# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lila cursor theme" HOMEPAGE="http://lila-theme.berlios.de" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" RESTRICT="nomirror nostrip" SRC_URI="${HOMEPAGE}/files/tarballs/${P}.tar.bz2" RDEPEND="x11-libs/libXcursor" src_install() { # XXX: somewhat ugly, assuming everyone is using xorg-x11 dodir /usr/share/cursors/xorg-x11 cp -R ${WORKDIR}/${PN}/* ${D}/usr/share/cursors/xorg-x11 }