# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="TkVoice - Voice mail and Fax frontend program" HOMEPAGE="http://tkvoice.netfirms.com" SRC_URI="http://tkvoice.netfirms.com/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/x11 dev-lang/tk media-libs/netpbm media-sound/sox net-dialup/mgetty" src_install() { einfo "setting up ${P}..." dodir /usr/bin/ /usr/lib/${P} /usr/share/pixmaps cp -R . ${D}/usr/lib/${P} dodoc BUGS COPYING FAQ INSTALL README dosym /usr/lib/${P}/${PN} /usr/bin/${PN} dosym /usr/lib/${P}/${PN}.xpm /usr/share/pixmaps/${PN}.xpm cd ${D}/usr/lib/${P} rm -fr bin wavplay-1.4 } pkg_postinst() { einfo "${P} has been installed. Run /usr/bin/${PN}." einfo "For more information, see the home page, ${HOMEPAGE}" einfo "or consult the documentation for this program as well as" einfo "for mgetty/vgetty." echo echo "Enjoy!" }