You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-gfx/dm-themes-calculate/dm-themes-calculate-13.ebuild

41 lines
903 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Wallpapers for Calculate Linux"
HOMEPAGE="http://www.calculate-linux.org/calcualte-cld-themes"
HOMEPAGE="http://www.calculate-linux.org/packages/media-gfx/calculate-wallpapers"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE="themes_cld themes_cldx themes_cls
themes_cldg"
SRC_URI="themes_cld? (
ftp://ftp.calculate.ru/pub/calculate/themes/dm/dm-cld-13.tar.bz2
)
themes_cldx? (
ftp://ftp.calculate.ru/pub/calculate/themes/dm/dm-cldx-13.tar.bz2
)
themes_cldg? (
ftp://ftp.calculate.ru/pub/calculate/themes/dm/dm-cldg-13.tar.bz2
)
themes_cls? (
ftp://ftp.calculate.ru/pub/calculate/themes/dm/dm-cls-13.tar.bz2
)"
REQUIRED_USE="^^ ( themes_cld themes_cldx themes_cls themes_cldg )"
RDEPEND=""
DEPEND="${RDEPEND}"
src_install() {
insinto /
doins -r .
}