# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="\"Pointy clicky\" program for managing images downloaded from webshots" HOMEPAGE="http://barfordorchards.plus.com:8000/projectindex.php" SRC_URI="http://barfordorchards.plus.com:8000/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2* >=dev-libs/glib-2*" IUSE="" src_compile() { emake || die } src_install() { chmod 755 ${S}/src/webdec/webdec ${S}/src/webman/webman ${S}/src/gwebdec/gwebdec mkdir -p ${D}/usr/bin cp ${S}/src/webdec/webdec ${S}/src/webman/webman ${S}/src/gwebdec/gwebdec ${D}usr/bin dodoc README docs/devel_notes/*.txt } pkg_postinst() { echo "" einfo "For users upgrading from 0.22.x, the config file has changed again" einfo "and you will need to move your existing file(~/.gwebdec or ~/.webman)" einfo "before starting GWebDec." echo "" einfo "For web-browser integration, instruct your browser to open *.wbz" einfo "links with /usr/bin/webman." echo "" }