mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(steps-guix): add avahi-0.8 before guile-avahi to provide avahi-client
This commit is contained in:
parent
95b34d3049
commit
6762e8b259
5 changed files with 78 additions and 0 deletions
44
steps-guix/avahi-0.8/pass1.sh
Normal file
44
steps-guix/avahi-0.8/pass1.sh
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local host_triplet
|
||||
host_triplet="$(gcc -dumpmachine)"
|
||||
|
||||
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig:${PREFIX}/lib/pkgconfig" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--includedir="${PREFIX}/include" \
|
||||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}" \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-gtk \
|
||||
--disable-gtk3 \
|
||||
--disable-qt3 \
|
||||
--disable-qt4 \
|
||||
--disable-qt5 \
|
||||
--disable-python \
|
||||
--disable-python-dbus \
|
||||
--disable-pygobject \
|
||||
--disable-mono \
|
||||
--disable-monodoc \
|
||||
--disable-autoipd \
|
||||
--disable-doxygen-doc \
|
||||
--disable-manpages \
|
||||
--disable-xmltoman \
|
||||
--disable-tests
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
1
steps-guix/avahi-0.8/sources
Normal file
1
steps-guix/avahi-0.8/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://github.com/avahi/avahi/releases/download/v0.8/avahi-0.8.tar.gz 060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda avahi-0.8.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue