DESCRIPTION="This is a desktop applet that displays weather information and forecasts." HOMEPAGE="http://homepages.comnet.co.nz/~matt-sarah/" SRC_URI="http://www.message.co.nz/~matt-sarah/lwp-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=x11-misc/superkaramba-0.35" DIR_NAME="liquid_weather_plus" MY_DEST="/usr/share/karamba/themes/${DIR_NAME}" src_unpack() { unpack ${A} } src_install() { cd "${WORKDIR}/${DIR_NAME}/" for DIR in . background icons/*/* wind_icons/* wind_icons/*/weak wind_icons/*/medium wind_icons/*/strong; do insinto "${MY_DEST}/${DIR}" doins "${DIR}"/*.png done insinto "${MY_DEST}/fonts" doins fonts/*.ttf insinto "${MY_DEST}/translations" doins translations/* insinto "${MY_DEST}" doins *.theme readme_faq.html *.pyc }