# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="completion data for ktigcc" HOMEPAGE="http://tigcc.ticalc.org" SRC_URI="mirror://sourceforge/tigcc-linux/${PN}-0.96b07r1-1.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" #should be exact the same version as tigcc... DEPEND="=dev-embedded/tigcc-${PV}" RDEPEND="${DEPEND}" src_install() { insinto /usr/share/apps/ktigcc doins ${WORKDIR}/completion }