mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Add file-5.44
This commit is contained in:
parent
e5f62ba49e
commit
d854915ad3
5 changed files with 22 additions and 2 deletions
16
sysc/file-5.44/file-5.44.sh
Executable file
16
sysc/file-5.44/file-5.44.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CFLAGS="-std=gnu99" \
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--disable-shared
|
||||
}
|
||||
1
sysc/file-5.44/sources
Normal file
1
sysc/file-5.44/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ftp.astron.com/pub/file/file-5.44.tar.gz 3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b
|
||||
Loading…
Add table
Add a link
Reference in a new issue