mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
pkg-config-0.29.2
This commit is contained in:
parent
f9ca617923
commit
4cf20d19ae
7 changed files with 29 additions and 29 deletions
1
sysa/pkg-config-0.29.2/checksums
Normal file
1
sysa/pkg-config-0.29.2/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
95bfa9867c273ae5e5ff8126b377952907b33ff00dd1cf0059aa587c1dfc2ec5 /image/bin/pkg-config
|
||||
16
sysa/pkg-config-0.29.2/pkg-config-0.29.2.sh
Executable file
16
sysa/pkg-config-0.29.2/pkg-config-0.29.2.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# We use internal glib because standalone glib library depends on
|
||||
# pkg-config and other software (python/meson) that we do not have.
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--with-internal-glib
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue