View Raw Ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Icon theme for KDE 4 designed by Banu Onal"
HOMEPAGE="http://kde-look.org/content/show.php/Milky?content=133124"
SRC_URI="http://ftp.pardus.org.tr/pub/source/archives/${P}.tar.bz2"
LICENSE="CCPL-Attribution-3.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RESTRICT="binchecks mirror strip"
DEPEND=""
RDEPEND=${DEPEND}
src_install() {
cd milky
dodoc author readme.txt thanks.to
rm author license.txt readme.txt thanks.to
cd "${WORKDIR}"
insinto /usr/share/icons
doins -r milky
}