summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts/fts_1.2.7.bb
blob: d3b0f31eda4a84980a9f92bddf7435cf94ae3d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "Implementation of ftsfor musl libc packages"
HOMEPAGE = "https://github.com/pullmoll/musl-fts"
DESCRIPTION = "The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
SECTION = "libs"

SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"

SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"

S = "${WORKDIR}/git"

inherit autotools pkgconfig
#
# We will skip parsing for non-musl systems
#
COMPATIBLE_HOST = ".*-musl.*"