fts.bb 606 B

12345678910111213141516171819202122
  1. # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
  2. # Released under the MIT license (see COPYING.MIT for the terms)
  3. SUMMARY = "POSIX file tree stream operations library"
  4. HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
  5. LICENSE = "BSD-3-Clause"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
  7. SECTION = "libs"
  8. SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753"
  9. PV = "1.2+git${SRCPV}"
  10. SRC_URI = "git://github.com/voidlinux/musl-fts \
  11. "
  12. S = "${WORKDIR}/git"
  13. inherit autotools pkgconfig
  14. #
  15. # We will skip parsing for non-musl systems
  16. #
  17. COMPATIBLE_HOST = ".*-musl.*"