fox-wrapper-3.ebuild 541 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2013 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
  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. }