diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:18:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:18:07 +0000 |
commit | 45cef8ea08a09b9e1eab836a80a13add0464588e (patch) | |
tree | 5d857c24af2bb6b57a15f59535f0248be739accc /x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild | |
parent | Marking stable on all arch's. (diff) | |
download | historical-45cef8ea08a09b9e1eab836a80a13add0464588e.tar.gz historical-45cef8ea08a09b9e1eab836a80a13add0464588e.tar.bz2 historical-45cef8ea08a09b9e1eab836a80a13add0464588e.zip |
hppa KEYWORDS #45613
Diffstat (limited to 'x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild')
-rw-r--r-- | x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild index 84cddc6c3b62..d0aff92c77f0 100644 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild +++ b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.10 2004/06/09 07:29:59 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.11 2004/06/12 01:17:11 vapier Exp $ MY_P="5507-Golden-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" HOMEPAGE="http://www.kde-look.org/content/show.php?content=5507" SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2" + LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc amd64 ~alpha ppc" +KEYWORDS="x86 ppc sparc ~alpha hppa amd64" IUSE="" + DEPEND="" RDEPEND="virtual/x11" @@ -20,9 +22,9 @@ src_install() { X11_IMPLEM="${X11_IMPLEM##*\/}" einfo "X11 implementation is ${X11_IMPLEM}." - mkdir -p ${D}/usr/share/cursors/${X11_IMPLEM}/Gold/cursors/ + dodir /usr/share/cursors/${X11_IMPLEM}/Gold/cursors/ cp -d ${WORKDIR}/${MY_P:5}/Gold/cursors/* ${D}/usr/share/cursors/${X11_IMPLEM}/Gold/cursors/ || die - dodoc ${WORKDIR}/${MY_P:5}/{COPYING,README} + dodoc ${WORKDIR}/${MY_P:5}/README } pkg_postinst() { |