libstdc++-v3-bin-3.3.6.ebuild 556 B

12345678910111213141516171819202122
  1. # Copyright 1999-2007 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++"
  4. HOMEPAGE="https://gcc.gnu.org/libstdc++/"
  5. SRC_URI="ia64? ( mirror://gentoo/${PN}-ia64-${PV}.tbz2 )
  6. ppc64? ( mirror://gentoo/${PN}-ppc64-${PV}.tbz2 )"
  7. LICENSE="GPL-2 LGPL-2.1"
  8. SLOT="0"
  9. KEYWORDS="ia64 ppc64"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="sys-libs/glibc"
  13. RESTRICT="strip"
  14. src_install() {
  15. cp -pPR "${WORKDIR}"/* "${D}"/ || die "copying files failed!"
  16. }