Parent Directory
|
Revision Log
Remove old. (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.4-r1.ebuild,v 1.7 2012/07/29 18:28:07 armin76 Exp $ |
| 4 | |
| 5 | DESCRIPTION="Kool Gorilla Icon Set for KDE" |
| 6 | SRC_URI="mirror://gentoo/Korilla-v${PV}.tar.bz2" |
| 7 | HOMEPAGE="http://www.kde-look.org/content/show.php?content=7264" |
| 8 | KEYWORDS="amd64 ppc x86" |
| 9 | IUSE="" |
| 10 | SLOT="0" |
| 11 | LICENSE="as-is" |
| 12 | |
| 13 | S="${WORKDIR}/Kool.Gorilla" |
| 14 | |
| 15 | src_install(){ |
| 16 | dodir /usr/share/icons/ |
| 17 | cp -r "${S}" "${D}/usr/share/icons/" |
| 18 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |