# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Asterisk Configuration Tool Open Source" HOMEPAGE="http://www.ifrance.com/belikewater/code/actos.html" SRC_URI="http://www.derrier.com/pierre/code/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/python-2.3 >=x11-libs/gtk+-2.0 >=dev-python/pygtk-2.0 >=gnome-base/libglade-2.0" S=${WORKDIR}/${PN} src_compile() { pwd python setup.py clean || die python setup.py build || die } src_install() { diropts -m0777 dodir /usr/share/actos python setup.py install --root=${D} || die dodoc README INSTALL } pkg_postinst() { einfo "run actos.py to start ACTOS" }