blob: 589ae0e9161e26dc556a219314d9ccd0e7f63e54 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Implementation of ftsfor musl libc packages"
5HOMEPAGE = "https://github.com/pullmoll/musl-fts"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
8SECTION = "libs"
9
10SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
11
12SRC_URI = "git://github.com/pullmoll/musl-fts.git"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17#
18# We will skip parsing for non-musl systems
19#
20COMPATIBLE_HOST = ".*-musl.*"
21