# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/wikipedia" ECVS_MODULE="extensions/ee" DESCRIPTION="External Editor Helper application" HOMEPAGE="" SRC_URI="" LICENSE="public-domain" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-perl/Encode-compat dev-perl/Config-IniFiles dev-perl/gtk2-perl dev-perl/libwww-perl" src_install() { cd ${WORKDIR}/${ECVS_MODULE} dobin ee.pl insinto /usr/share/${PN} doins ee.ini dodoc README README.de INSTALL } pkg_postinst() { einfo "You need to create a configuration before using ee.pl:" einfo " $ mkdir -p ~/.ee-helper" einfo " $ cp /usr/share/ee/ee.ini ~/.ee-helper/" }