fts-standalone-0.2-r1.ebuild 525 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. MY_P=${P/-standalone/}
  5. DESCRIPTION="Standalone fts library for use with musl"
  6. HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
  7. SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. KEYWORDS="amd64 ~arm ~mips ~ppc x86"
  11. IUSE=""
  12. DEPEND="
  13. !sys-libs/glibc
  14. !sys-libs/uclibc"
  15. S="${WORKDIR}/${MY_P}"
  16. src_install() {
  17. default
  18. rm -rf "${D}"/usr/share/man
  19. }