vmips-cross-bin-1.0.ebuild 374 B

123456789101112131415161718
  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. SRC_URI="ppc? ( mirror://gentoo/${P}.ppc.tar.bz2 )"
  4. DESCRIPTION="vmips cross-development tools"
  5. HOMEPAGE="http://vmips.sourceforge.net/"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="-* ppc"
  9. DEPEND=""
  10. IUSE=""
  11. src_install() {
  12. mkdir -p ${D}/opt
  13. mv ${WORKDIR}/mips ${D}/opt
  14. }