# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # note this version requires rox-clib >= 2.1.6 inherit rox MY_PN=Load DESCRIPTION="ROX System Load Monitor by Stephen Watson" HOMEPAGE="http://www.kerofin.demon.co.uk/rox/load.html" SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-libs/libxml2" ROX_CLIB_VER=2.1.6 S=${WORKDIR} APPNAME=${MY_PN} SET_PERM=true pkg_preinst() { # clean up a file find ${D}/usr/lib/rox/${APPNAME} -name '.cvsignore' |xargs rm -f >/dev/null 2>&1 }