findutils: import gnulib

Fixes: #88
This commit is contained in:
Andrius Štikonas 2021-04-08 21:24:43 +01:00
parent 5bc7af081d
commit 4dbc9618a2
4 changed files with 67 additions and 1 deletions

View file

@ -3,6 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
. ../../import-gnulib.sh
autoreconf-2.61 -f
}

View file

@ -0,0 +1,62 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
../gnulib-8e128e/gnulib-tool \
--import \
--dir=. \
--lib=libgnulib \
--source-base=gnulib/lib \
--m4-base=gnulib/m4 \
--doc-base=doc \
--aux-dir=. \
--with-tests \
--no-libtool \
--macro-prefix=gl \
alloca \
argmatch \
canonicalize \
closein \
closeout \
dirname \
error \
fdl \
fileblocks \
filemode \
fnmatch-gnu \
fopen-safer \
getline \
getopt \
gettext \
human \
idcache \
lstat \
malloc \
memcmp \
memset \
mktime \
modechange \
mountlist \
pathmax \
quotearg \
realloc \
regex \
rpmatch \
savedir \
stat-macros \
stpcpy \
strdup \
strftime \
strstr \
strtol \
strtoul \
strtoull \
strtoumax \
xalloc \
xalloc-die \
xgetcwd \
xstrtol \
xstrtoumax \
yesno