fox-wrapper-2.ebuild 520 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="wrapper for fox-config to manage multiple versions"
  4. HOMEPAGE="https://www.gentoo.org/"
  5. SRC_URI=""
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
  9. IUSE=""
  10. RDEPEND=""
  11. DEPEND=""
  12. S=${WORKDIR}
  13. src_install() {
  14. exeinto /usr/lib/misc
  15. newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die
  16. dodir /usr/bin
  17. dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config
  18. }