diff options
author | davidovski <david@davidovski.xyz> | 2022-02-23 14:26:32 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-23 14:26:32 +0000 |
commit | 866afc3e78e6abdd26ff354f28bdece0863c2306 (patch) | |
tree | 8711cb4103cecc7903377cde1a129c50a1dff79e /repo/system | |
parent | cd77f943442eaef39307a4f16ddfd127c8be0b64 (diff) |
made all scripts posix compliant
Diffstat (limited to 'repo/system')
109 files changed, 328 insertions, 328 deletions
diff --git a/repo/system/acl.xibuild b/repo/system/acl.xibuild index ef3d4a5..eca7ca5 100644 --- a/repo/system/acl.xibuild +++ b/repo/system/acl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(attr) +MAKEDEPS="make " +DEPS="attr" PKG_VER=2.3.1 SOURCE=http://download.savannah.nongnu.org/releases/acl/acl-$PKG_VER.tar.xz diff --git a/repo/system/acpid.xibuild b/repo/system/acpid.xibuild index 45748a9..0477ce0 100644 --- a/repo/system/acpid.xibuild +++ b/repo/system/acpid.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc) +MAKEDEPS="make" +DEPS="glibc" PKG_VER=2.0.33 SOURCE=https://downloads.sourceforge.net/acpid2/acpid-$PKG_VER.tar.xz diff --git a/repo/system/attr.xibuild b/repo/system/attr.xibuild index f6f0b43..a5ae70d 100644 --- a/repo/system/attr.xibuild +++ b/repo/system/attr.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.5.1 SOURCE=http://download.savannah.nongnu.org/releases/attr/attr-$PKG_VER.tar.xz diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index 0fc2365..e8f3299 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make dejagnu bzip2 xz zlib zstd patch) -DEPS=(glibc zlib elfutils) +MAKEDEPS="make dejagnu bzip2 xz zlib zstd patch" +DEPS="glibc zlib elfutils" PKG_VER=2.37 SOURCE=https://ftp.gnu.org/gnu/binutils/binutils-$PKG_VER.tar.xz diff --git a/repo/system/bootscripts.xibuild b/repo/system/bootscripts.xibuild index f9038c5..6aaa485 100644 --- a/repo/system/bootscripts.xibuild +++ b/repo/system/bootscripts.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh eudev) +MAKEDEPS="make " +DEPS="sh eudev" PKG_VER=20210608 SOURCE=https://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-$PKG_VER.tar.xz diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild index e3c1751..0290900 100644 --- a/repo/system/brotli.xibuild +++ b/repo/system/brotli.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(cmake make ) -DEPS=(glibc) +MAKEDEPS="cmake make " +DEPS="glibc" SOURCE=https://github.com/google/brotli DESC="A generic-purpose lossless compression algorithm" diff --git a/repo/system/bzip2.xibuild b/repo/system/bzip2.xibuild index ff2f2d0..0fa6eab 100644 --- a/repo/system/bzip2.xibuild +++ b/repo/system/bzip2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc sh) +MAKEDEPS="make " +DEPS="glibc sh" PKG_VER=1.0.8 SOURCE=git://sourceware.org/git/bzip2.git diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild index 82e6782..74bc535 100644 --- a/repo/system/cacerts.xibuild +++ b/repo/system/cacerts.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make-ca) -DEPS=(make-ca libnghttp) +MAKEDEPS="make-ca" +DEPS="make-ca libnghttp" PKG_VER=1.7 SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild index 2c0826a..5f93eef 100644 --- a/repo/system/coreutils.xibuild +++ b/repo/system/coreutils.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc acl attr gmp libcap openssl libiconv) +MAKEDEPS="make " +DEPS="glibc acl attr gmp libcap openssl libiconv" PKG_VER=9.0 SOURCE=https://ftp.gnu.org/gnu/coreutils/coreutils-$PKG_VER.tar.xz diff --git a/repo/system/dbus.xibuild b/repo/system/dbus.xibuild index 1078cd8..d65978e 100644 --- a/repo/system/dbus.xibuild +++ b/repo/system/dbus.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(elogind) +MAKEDEPS="make " +DEPS="elogind" PKG_VER=1.12.20 SOURCE=https://dbus.freedesktop.org/releases/dbus/dbus-$PKG_VER.tar.gz diff --git a/repo/system/dhcp.xibuild b/repo/system/dhcp.xibuild index ddf30dc..93eef22 100644 --- a/repo/system/dhcp.xibuild +++ b/repo/system/dhcp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(bash iproute2 openldap) -DEPS=(glibc libldap) +MAKEDEPS="bash iproute2 openldap" +DEPS="glibc libldap" PKG_VER=4.4.3b1 SOURCE=https://ftp.isc.org/isc/dhcp/$PKG_VER/dhcp-$PKG_VER.tar.gz diff --git a/repo/system/efibootmgr.xibuild b/repo/system/efibootmgr.xibuild index 557699b..ae58a48 100644 --- a/repo/system/efibootmgr.xibuild +++ b/repo/system/efibootmgr.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(efivar popt) +MAKEDEPS="make " +DEPS="efivar popt" PKG_VER=17 SOURCE=https://github.com/rhboot/efibootmgr/archive/$PKG_VER/efibootmgr-$PKG_VER.tar.gz diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild index 8dc916a..948afdd 100644 --- a/repo/system/efivar.xibuild +++ b/repo/system/efivar.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make patch) -DEPS=(glibc) +MAKEDEPS="make patch" +DEPS="glibc" PKG_VER=37 SOURCE=https://github.com/rhboot/efivar/releases/download/$PKG_VER/efivar-$PKG_VER.tar.bz2 diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild index e9c7fe7..5d69055 100644 --- a/repo/system/elogind.xibuild +++ b/repo/system/elogind.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make docbook4-xml docbook-xsl docbook-dtd libxslt) -DEPS=(pam gperf eudev) +MAKEDEPS="make docbook4-xml docbook-xsl docbook-dtd libxslt" +DEPS="pam gperf eudev" PKG_VER=246.10 SOURCE=https://github.com/elogind/elogind/archive/v$PKG_VER/elogind-$PKG_VER.tar.gz diff --git a/repo/system/eudev.xibuild b/repo/system/eudev.xibuild index f92ae61..87eec78 100644 --- a/repo/system/eudev.xibuild +++ b/repo/system/eudev.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(gperf) +MAKEDEPS="make " +DEPS="gperf" PKG_VER=3.2.10 SOURCE=https://dev.gentoo.org/~blueness/eudev/eudev-$PKG_VER.tar.gz diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 149bf67..2a39034 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.4.2 SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$(echo $PKG_VER | sed "s|\.|_|g")/expat-$PKG_VER.tar.xz diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild index 3443aea..6828da1 100644 --- a/repo/system/findutils.xibuild +++ b/repo/system/findutils.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc sh) +MAKEDEPS="make " +DEPS="glibc sh" PKG_VER=4.8.0 SOURCE=https://ftp.gnu.org/gnu/findutils/findutils-$PKG_VER.tar.xz diff --git a/repo/system/freetype2.xibuild b/repo/system/freetype2.xibuild index 1f661df..b4a2571 100644 --- a/repo/system/freetype2.xibuild +++ b/repo/system/freetype2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(brotli libpng which) +MAKEDEPS="make " +DEPS="brotli libpng which" PKG_VER=2.11.1 SOURCE=https://downloads.sourceforge.net/freetype/freetype-$PKG_VER.tar.xz diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild index 5d9b27d..bde408f 100644 --- a/repo/system/gc.xibuild +++ b/repo/system/gc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(gcc) +MAKEDEPS="make " +DEPS="gcc" PKG_VER=8.0.6 SOURCE=https://github.com/ivmai/bdwgc/releases/download/v$PKG_VER/gc-$PKG_VER.tar.gz diff --git a/repo/system/gdbm.xibuild b/repo/system/gdbm.xibuild index b18d064..3b81ed6 100644 --- a/repo/system/gdbm.xibuild +++ b/repo/system/gdbm.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc sh readline) +MAKEDEPS="make " +DEPS="glibc sh readline" PKG_VER=1.21 SOURCE=https://ftp.gnu.org/gnu/gdbm/gdbm-$PKG_VER.tar.gz diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index 6d7b420..501a14a 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(acl sh) +MAKEDEPS="make " +DEPS="acl sh" PKG_VER=0.21 SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-$PKG_VER.tar.gz diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index 18fabf8..0b7f76f 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson ninja docbook-xsl docbook-dtd) -DEPS=(pcre libffi zlib glibc libxslt gdb ) +MAKEDEPS="meson ninja docbook-xsl docbook-dtd" +DEPS="pcre libffi zlib glibc libxslt gdb " PKG_VER=2.70.3 SOURCE=https://download.gnome.org/sources/glib/$(echo $PKG_VER | cut -d. -f-2)/glib-$PKG_VER.tar.xz diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index 0e0a376..f2fdc61 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc) +MAKEDEPS="make" +DEPS="glibc" PKG_VER=2.34 SOURCE=https://ftp.gnu.org/gnu/glibc/glibc-$PKG_VER.tar.xz diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index 8b056c1..f8166d9 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(bash procps-ng) +MAKEDEPS="make " +DEPS="bash procps-ng" PKG_VER=6.2.1 SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild index 8e067af..20160e4 100644 --- a/repo/system/gnutls.xibuild +++ b/repo/system/gnutls.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(libtasn1 readline zlib nettle libp11-kit libidn libunistring) +MAKEDEPS="make " +DEPS="libtasn1 readline zlib nettle libp11-kit libidn libunistring" PKG_VER=3.6.16 SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v$(echo $PKG_VER | cut -d. -f-2)/gnutls-$PKG_VER.tar.xz diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild index c217525..dd8d01b 100644 --- a/repo/system/gobject-introspection.xibuild +++ b/repo/system/gobject-introspection.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson ninja patch flex) -DEPS=(python-mako python-markdown glib) +MAKEDEPS="meson ninja patch flex" +DEPS="python-mako python-markdown glib" PKG_VER=1.70.0 SOURCE=https://download.gnome.org/sources/gobject-introspection/$(echo $PKG_VER | cut -d. -f-2)/gobject-introspection-$PKG_VER.tar.xz diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild index 07ff515..58f2134 100644 --- a/repo/system/gperf.xibuild +++ b/repo/system/gperf.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=3.1 SOURCE=http://ftp.gnu.org/pub/gnu/gperf/gperf-$PKG_VER.tar.gz diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index 77647c9..d167cf8 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh xz gettext device-mapper efibootmgr freetype2) +MAKEDEPS="make " +DEPS="sh xz gettext device-mapper efibootmgr freetype2" PKG_VER=2.06 SOURCE=https://ftp.gnu.org/gnu/grub/grub-$PKG_VER.tar.xz diff --git a/repo/system/guile.xibuild b/repo/system/guile.xibuild index 7a8170d..7ad2514 100644 --- a/repo/system/guile.xibuild +++ b/repo/system/guile.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(gmp libltdl ncurses texinfo libunistring gc libffi) +MAKEDEPS="make " +DEPS="gmp libltdl ncurses texinfo libunistring gc libffi" PKG_VER=2.2.7 diff --git a/repo/system/gzip.xibuild b/repo/system/gzip.xibuild index f0daefe..8551859 100644 --- a/repo/system/gzip.xibuild +++ b/repo/system/gzip.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc bash less) +MAKEDEPS="make " +DEPS="glibc bash less" PKG_VER=1.11 SOURCE=https://ftp.gnu.org/gnu/gzip/gzip-$PKG_VER.tar.xz diff --git a/repo/system/iana-etc.xibuild b/repo/system/iana-etc.xibuild index a91dbc7..bcc1c81 100644 --- a/repo/system/iana-etc.xibuild +++ b/repo/system/iana-etc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python ) -DEPS=() +MAKEDEPS="python " +DEPS="" SOURCE=https://github.com/Mic92/iana-etc DESC="A set of data from the internet assigned numbers authority providing data for network services and protocols" diff --git a/repo/system/icu.xibuild b/repo/system/icu.xibuild index be85b1e..f578298 100644 --- a/repo/system/icu.xibuild +++ b/repo/system/icu.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python) -DEPS=(bash) +MAKEDEPS="python" +DEPS="bash" PKG_VER=70.1 SOURCE=https://github.com/unicode-org/icu/releases/download/release-$(echo $PKG_VER | sed 's/\./-/g')/icu4c-$(echo $PKG_VER | sed 's/\./_/g')-src.tgz diff --git a/repo/system/imlib2.xibuild b/repo/system/imlib2.xibuild index ca859bc..7d57dff 100644 --- a/repo/system/imlib2.xibuild +++ b/repo/system/imlib2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(libtiff giflib bzip2 freetype2 libxext libpng libid3tag libjpeg-turbo libwebp libheif librsvg xz) +MAKEDEPS="make" +DEPS="libtiff giflib bzip2 freetype2 libxext libpng libid3tag libjpeg-turbo libwebp libheif librsvg xz" PKG_VER=1.8.0 SOURCE=https://downloads.sourceforge.net/enlightenment/imlib2-$PKG_VER.tar.xz diff --git a/repo/system/intltool.xibuild b/repo/system/intltool.xibuild index 5f53a17..7530db9 100644 --- a/repo/system/intltool.xibuild +++ b/repo/system/intltool.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(perl-xml-parser) +MAKEDEPS="make " +DEPS="perl-xml-parser" PKG_VER=0.51.0 SOURCE=https://launchpad.net/intltool/trunk/$PKG_VER/+download/intltool-$PKG_VER.tar.gz diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild index 14a3a40..72bfad2 100644 --- a/repo/system/js78.xibuild +++ b/repo/system/js78.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(gcc autoconf2-13 icu rustc which zip llvm patch make) -DEPS=(readline bash zlib) +MAKEDEPS="gcc autoconf2-13 icu rustc which zip llvm patch make" +DEPS="readline bash zlib" PKG_VER=78.15.0 SOURCE=https://archive.mozilla.org/pub/firefox/releases/${PKG_VER}esr/source/firefox-${PKG_VER}esr.source.tar.xz diff --git a/repo/system/kbd.xibuild b/repo/system/kbd.xibuild index efb7720..5da9830 100644 --- a/repo/system/kbd.xibuild +++ b/repo/system/kbd.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc pam) +MAKEDEPS="make " +DEPS="glibc pam" PKG_VER=2.4.0 SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-$PKG_VER.tar.xz diff --git a/repo/system/kmod.xibuild b/repo/system/kmod.xibuild index e6f27a3..29accd5 100644 --- a/repo/system/kmod.xibuild +++ b/repo/system/kmod.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc zlib openssl xz zstd) +MAKEDEPS="make " +DEPS="glibc zlib openssl xz zstd" PKG_VER=29 SOURCE=https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-$PKG_VER.tar.xz diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild index 9c53a64..0139ab3 100644 --- a/repo/system/krb5.xibuild +++ b/repo/system/krb5.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc e2fsprogs libldap keyutils) +MAKEDEPS="make " +DEPS="glibc e2fsprogs libldap keyutils" PKG_VER=1.19.2 SOURCE=https://github.com/krb5/krb5 diff --git a/repo/system/ldns.xibuild b/repo/system/ldns.xibuild index 57cc5e5..c3224b7 100644 --- a/repo/system/ldns.xibuild +++ b/repo/system/ldns.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make libpcap) -DEPS=(openssl libpcap) +MAKEDEPS="make libpcap" +DEPS="openssl libpcap" PKG_VER=1.8.1 SOURCE=https://www.nlnetlabs.nl/downloads/ldns/ldns-$PKG_VER.tar.gz diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 84de0eb..29c8095 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make autoconf libtool libpth libiconv) -DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) +MAKEDEPS="make autoconf libtool libpth libiconv" +DEPS="acl bzip2 expat lz4 openssl xz zlib zstd" PKG_VER=3.5.2 SOURCE=https://github.com/libarchive/libarchive/releases/download/v$PKG_VER/libarchive-$PKG_VER.tar.xz diff --git a/repo/system/libcap-ng.xibuild b/repo/system/libcap-ng.xibuild index 30d69d0..945ee0b 100644 --- a/repo/system/libcap-ng.xibuild +++ b/repo/system/libcap-ng.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=0.8.2 SOURCE=https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v$PKG_VER.tar.gz diff --git a/repo/system/libcap.xibuild b/repo/system/libcap.xibuild index d902061..3da498d 100644 --- a/repo/system/libcap.xibuild +++ b/repo/system/libcap.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc pam) +MAKEDEPS="make " +DEPS="glibc pam" PKG_VER=2.62 SOURCE=https://git.kernel.org/pub/scm/libs/libcap/libcap.git/snapshot/libcap-$PKG_VER.tar.gz diff --git a/repo/system/libffi.xibuild b/repo/system/libffi.xibuild index 703e745..33fd73d 100644 --- a/repo/system/libffi.xibuild +++ b/repo/system/libffi.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=3.4.2 SOURCE=https://github.com/libffi/libffi/releases/download/v$PKG_VER/libffi-$PKG_VER.tar.gz diff --git a/repo/system/libgudev.xibuild b/repo/system/libgudev.xibuild index 7ed1eab..a365c76 100644 --- a/repo/system/libgudev.xibuild +++ b/repo/system/libgudev.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson) -DEPS=(glib2 libudev) +MAKEDEPS="meson" +DEPS="glib2 libudev" PKG_VER=237 SOURCE=https://download.gnome.org/sources/libgudev/$PKG_VER/libgudev-$PKG_VER.tar.xz diff --git a/repo/system/libidn.xibuild b/repo/system/libidn.xibuild index 9018238..07d3d40 100644 --- a/repo/system/libidn.xibuild +++ b/repo/system/libidn.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc libunistring) +MAKEDEPS="make " +DEPS="glibc libunistring" PKG_VER=2.3.2 SOURCE=https://ftp.gnu.org/gnu/libidn/libidn2-$PKG_VER.tar.gz diff --git a/repo/system/libldap.xibuild b/repo/system/libldap.xibuild index 6e96421..5faf692 100644 --- a/repo/system/libldap.xibuild +++ b/repo/system/libldap.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make groff) -DEPS=(libidn libsasl) +MAKEDEPS="make groff" +DEPS="libidn libsasl" PKG_VER=2.6.0 SOURCE=http://repository.linagora.org/OpenLDAP/openldap-release/openldap-$PKG_VER.tgz diff --git a/repo/system/liblinear.xibuild b/repo/system/liblinear.xibuild index a1801da..81990f0 100644 --- a/repo/system/liblinear.xibuild +++ b/repo/system/liblinear.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=243 SOURCE=https://github.com/cjlin1/liblinear/archive/v$PKG_VER/liblinear-$PKG_VER.tar.gz diff --git a/repo/system/libndp.xibuild b/repo/system/libndp.xibuild index fa400f2..6844ca5 100644 --- a/repo/system/libndp.xibuild +++ b/repo/system/libndp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make flex) -DEPS=(glibc) +MAKEDEPS="make flex" +DEPS="glibc" PKG_VER=1.8 SOURCE=http://libndp.org/files/libndp-$PKG_VER.tar.gz diff --git a/repo/system/libnghttp.xibuild b/repo/system/libnghttp.xibuild index 38a7874..72e8187 100644 --- a/repo/system/libnghttp.xibuild +++ b/repo/system/libnghttp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.46.0 diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild index f2d16c2..ecd18ae 100644 --- a/repo/system/libnl.xibuild +++ b/repo/system/libnl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=() -DEPS=(glibc) +MAKEDEPS="" +DEPS="glibc" PKG_VER=3.5.0 SOURCE=https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-$PKG_VER.tar.gz diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild index 26f0a3b..6c6309a 100644 --- a/repo/system/libp11-kit.xibuild +++ b/repo/system/libp11-kit.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc libtasn1 libffi) +MAKEDEPS="make " +DEPS="glibc libtasn1 libffi" PKG_VER=0.24.1 SOURCE=https://github.com/p11-glue/p11-kit/releases/download/$PKG_VER/p11-kit-$PKG_VER.tar.xz diff --git a/repo/system/libpcap.xibuild b/repo/system/libpcap.xibuild index a7d8857..27e56c5 100644 --- a/repo/system/libpcap.xibuild +++ b/repo/system/libpcap.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(libnl libusb) +MAKEDEPS="make " +DEPS="libnl libusb" PKG_VER=1.10.1 SOURCE=https://www.tcpdump.org/release/libpcap-$PKG_VER.tar.gz diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index 12420b7..c22ad67 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.5.5 SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz diff --git a/repo/system/libpng.xibuild b/repo/system/libpng.xibuild index e8b0798..beba2f9 100644 --- a/repo/system/libpng.xibuild +++ b/repo/system/libpng.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=() +MAKEDEPS="make " +DEPS="" PKG_VER=1.6.37 SOURCE=https://downloads.sourceforge.net/libpng/libpng-$PKG_VER.tar.xz diff --git a/repo/system/libpsl.xibuild b/repo/system/libpsl.xibuild index f286383..1ac7a34 100644 --- a/repo/system/libpsl.xibuild +++ b/repo/system/libpsl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python make ) -DEPS=(libidn) +MAKEDEPS="python make " +DEPS="libidn" PKG_VER=0.21.1 SOURCE=https://github.com/rockdaboot/libpsl/releases/download/$PKG_VER/libpsl-$PKG_VER.tar.gz diff --git a/repo/system/libptytty.xibuild b/repo/system/libptytty.xibuild index f4c5bcf..cff87c7 100644 --- a/repo/system/libptytty.xibuild +++ b/repo/system/libptytty.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson cmake) -DEPS=(glibc) +MAKEDEPS="meson cmake" +DEPS="glibc" PKG_VER=2.0 SOURCE=http://dist.schmorp.de/libptytty/libptytty-$PKG_VER.tar.gz diff --git a/repo/system/libsasl.xibuild b/repo/system/libsasl.xibuild index e262377..5c55e31 100644 --- a/repo/system/libsasl.xibuild +++ b/repo/system/libsasl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(gmp) +MAKEDEPS="make " +DEPS="gmp" PKG_VER=2.1.27 SOURCE=https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-$PKG_VER/cyrus-sasl-$PKG_VER.tar.gz diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index be5a06d..ffa8d24 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.5.3 SOURCE=https://github.com/seccomp/libseccomp/releases/download/v$PKG_VER/libseccomp-$PKG_VER.tar.gz diff --git a/repo/system/libsigsegv.xibuild b/repo/system/libsigsegv.xibuild index 28c7902..15fd491 100644 --- a/repo/system/libsigsegv.xibuild +++ b/repo/system/libsigsegv.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(libtasn1 readline zlib nettle libp11-kit libidn libunistring) +MAKEDEPS="make " +DEPS="libtasn1 readline zlib nettle libp11-kit libidn libunistring" PKG_VER=2.13 SOURCE=https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-$PKG_VER.tar.gz diff --git a/repo/system/libssh2.xibuild b/repo/system/libssh2.xibuild index 086b686..ebf8cdf 100644 --- a/repo/system/libssh2.xibuild +++ b/repo/system/libssh2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(openssl openssh libgcrypt zlib) +MAKEDEPS="make" +DEPS="openssl openssh libgcrypt zlib" PKG_VER=1.10.0 SOURCE=https://www.libssh2.org/download/libssh2-$PKG_VER.tar.gz diff --git a/repo/system/libtasn1.xibuild b/repo/system/libtasn1.xibuild index 9e8f1fd..0a4a9d1 100644 --- a/repo/system/libtasn1.xibuild +++ b/repo/system/libtasn1.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=4.18.0 SOURCE=https://ftp.gnu.org/gnu/libtasn1/libtasn1-$PKG_VER.tar.gz diff --git a/repo/system/libtirpc.xibuild b/repo/system/libtirpc.xibuild index 1a178de..9a80dbd 100644 --- a/repo/system/libtirpc.xibuild +++ b/repo/system/libtirpc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(krb5) +MAKEDEPS="make " +DEPS="krb5" PKG_VER=1.3.2 SOURCE=https://downloads.sourceforge.net/libtirpc/libtirpc-$PKG_VER.tar.bz2 diff --git a/repo/system/libtool.xibuild b/repo/system/libtool.xibuild index 9827ac3..3e81a30 100644 --- a/repo/system/libtool.xibuild +++ b/repo/system/libtool.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh tar glibc) +MAKEDEPS="make " +DEPS="sh tar glibc" PKG_VER=2.4.6 SOURCE=https://ftpmirror.gnu.org/libtool/libtool-$PKG_VER.tar.gz diff --git a/repo/system/libunistring.xibuild b/repo/system/libunistring.xibuild index 0891e82..3629ab5 100644 --- a/repo/system/libunistring.xibuild +++ b/repo/system/libunistring.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=0.9.10 SOURCE=https://ftp.gnu.org/gnu/libunistring/libunistring-$PKG_VER.tar.gz diff --git a/repo/system/libusb.xibuild b/repo/system/libusb.xibuild index 764341c..5587090 100644 --- a/repo/system/libusb.xibuild +++ b/repo/system/libusb.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc eudev) +MAKEDEPS="make" +DEPS="glibc eudev" PKG_VER=1.0.25 SOURCE=https://github.com/libusb/libusb/releases/download/v$PKG_VER/libusb-$PKG_VER.tar.bz2 diff --git a/repo/system/libxcrypt.xibuild b/repo/system/libxcrypt.xibuild index 5424dec..757d78d 100644 --- a/repo/system/libxcrypt.xibuild +++ b/repo/system/libxcrypt.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=4.4.26 SOURCE=https://github.com/besser82/libxcrypt/releases/download/v$PKG_VER/libxcrypt-$PKG_VER.tar.xz diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild index 5e1ce49..9e2fd8a 100644 --- a/repo/system/libxml2.xibuild +++ b/repo/system/libxml2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python make) -DEPS=(zlib readline ncurses xz icu) +MAKEDEPS="python make" +DEPS="zlib readline ncurses xz icu" PKG_VER=2.9.12 SOURCE=http://xmlsoft.org/sources/libxml2-$PKG_VER.tar.gz diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index 2ba0ae9..3e456f9 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python make ) -DEPS=(libxml2 libgcrypt) +MAKEDEPS="python make " +DEPS="libxml2 libgcrypt" PKG_VER=1.1.34 SOURCE=http://xmlsoft.org/sources/libxslt-$PKG_VER.tar.gz diff --git a/repo/system/lua.xibuild b/repo/system/lua.xibuild index 6c035e0..1e4f0b0 100644 --- a/repo/system/lua.xibuild +++ b/repo/system/lua.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(readline) +MAKEDEPS="make " +DEPS="readline" PKG_VER=5.4.4 SOURCE=https://www.lua.org/ftp/lua-$PKG_VER.tar.gz diff --git a/repo/system/lz4.xibuild b/repo/system/lz4.xibuild index ae71de7..e0bfd68 100644 --- a/repo/system/lz4.xibuild +++ b/repo/system/lz4.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh) +MAKEDEPS="make " +DEPS="sh" PKG_VER=1.9.3 SOURCE=https://github.com/lz4/lz4/archive/refs/tags/v$PKG_VER.tar.gz diff --git a/repo/system/lzo.xibuild b/repo/system/lzo.xibuild index 3b53e18..e63fb51 100644 --- a/repo/system/lzo.xibuild +++ b/repo/system/lzo.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.10 SOURCE=https://www.oberhumer.com/opensource/lzo/download/lzo-$PKG_VER.tar.gz diff --git a/repo/system/mkinitramfs.xibuild b/repo/system/mkinitramfs.xibuild index cef611d..7fa414f 100644 --- a/repo/system/mkinitramfs.xibuild +++ b/repo/system/mkinitramfs.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh) +MAKEDEPS="make " +DEPS="sh" PKG_VER=0.1 DESC="Scripts to make initramfs" @@ -9,7 +9,7 @@ DESC="Scripts to make initramfs" package () { mkdir -pv $PKG_DEST/usr/sbin/ cat > $PKG_DEST/usr/sbin/mkinitramfs << "EOF" -#!/bin/bash +#!/bin/sh # This file based in part on the mkinitramfs script for the LFS LiveCD # written by Alexander E. Patrakov and Jeremy Huntwork. diff --git a/repo/system/mpfr.xibuild b/repo/system/mpfr.xibuild index 31d4a4a..99b0e78 100644 --- a/repo/system/mpfr.xibuild +++ b/repo/system/mpfr.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc gmp) +MAKEDEPS="make " +DEPS="glibc gmp" PKG_VER=4.1.0 SOURCE=https://www.mpfr.org/mpfr-current/mpfr-$PKG_VER.tar.xz diff --git a/repo/system/mtdev.xibuild b/repo/system/mtdev.xibuild index 4cb3646..2b13426 100644 --- a/repo/system/mtdev.xibuild +++ b/repo/system/mtdev.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.1.6 SOURCE=https://bitmath.org/code/mtdev/mtdev-$PKG_VER.tar.bz2 diff --git a/repo/system/ncurses.xibuild b/repo/system/ncurses.xibuild index 506d9bb..bf35719 100644 --- a/repo/system/ncurses.xibuild +++ b/repo/system/ncurses.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make pkg-config) -DEPS=(glibc) +MAKEDEPS="make pkg-config" +DEPS="glibc" PKG_VER=6.3 SOURCE=https://invisible-mirror.net/archives/ncurses/ncurses-$PKG_VER.tar.gz diff --git a/repo/system/nettle.xibuild b/repo/system/nettle.xibuild index 3a89ca3..a0107c5 100644 --- a/repo/system/nettle.xibuild +++ b/repo/system/nettle.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(gmp) +MAKEDEPS="make " +DEPS="gmp" PKG_VER=3.7 SOURCE=https://ftp.gnu.org/gnu/nettle/nettle-$PKG_VER.tar.gz diff --git a/repo/system/networkmanager.xibuild b/repo/system/networkmanager.xibuild index 7522910..84d2baa 100644 --- a/repo/system/networkmanager.xibuild +++ b/repo/system/networkmanager.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(grep meson ninja python intltool glib) -DEPS=(jansson libndp curl wpa_supplicant newt nss polkit libpsl audit dbus gobject-introspection dhcp) +MAKEDEPS="grep meson ninja python intltool glib" +DEPS="jansson libndp curl wpa_supplicant newt nss polkit libpsl audit dbus gobject-introspection dhcp" PKG_VER=1.35.5 SOURCE=https://download.gnome.org/sources/NetworkManager/$(echo $PKG_VER | cut -d. -f-2)/NetworkManager-$PKG_VER.tar.xz diff --git a/repo/system/newt.xibuild b/repo/system/newt.xibuild index 2808930..6696f55 100644 --- a/repo/system/newt.xibuild +++ b/repo/system/newt.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make tcl python) -DEPS=(gmp libxcrypt popt slang python tcl) +MAKEDEPS="make tcl python" +DEPS="gmp libxcrypt popt slang python tcl" PKG_VER=0.52.21 SOURCE=https://releases.pagure.org/newt/newt-0.52.21.tar.gz diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 7c1d329..f7a8abd 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc bash) +MAKEDEPS="make " +DEPS="glibc bash" PKG_VER=4.33 diff --git a/repo/system/nss.xibuild b/repo/system/nss.xibuild index d29d84a..5757bf3 100644 --- a/repo/system/nss.xibuild +++ b/repo/system/nss.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make gyp perl mercurial python patch) -DEPS=(nspr libp11-kit bash zlib) +MAKEDEPS="make gyp perl mercurial python patch" +DEPS="nspr libp11-kit bash zlib" PKG_VER=3.74 diff --git a/repo/system/openssl.xibuild b/repo/system/openssl.xibuild index 5903656..c2d5141 100644 --- a/repo/system/openssl.xibuild +++ b/repo/system/openssl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=3.0.1 SOURCE=https://github.com/openssl/openssl/archive/refs/tags/openssl-$PKG_VER.tar.gz diff --git a/repo/system/pahole.xibuild b/repo/system/pahole.xibuild index 075ad2e..f537077 100644 --- a/repo/system/pahole.xibuild +++ b/repo/system/pahole.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(cmake python make ) -DEPS=(elfutils python) +MAKEDEPS="cmake python make " +DEPS="elfutils python" PKG_VER=1.23 SOURCE=https://git.kernel.org/pub/scm/devel/pahole/pahole.git diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild index fd98ef8..021b9a0 100644 --- a/repo/system/pam.xibuild +++ b/repo/system/pam.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make automake) -DEPS=(glibc libtirpc audit libxcrypt) +MAKEDEPS="make automake" +DEPS="glibc libtirpc audit libxcrypt" PKG_VER=1.5.2 SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz diff --git a/repo/system/pcre.xibuild b/repo/system/pcre.xibuild index e0b33a2..779dfbf 100644 --- a/repo/system/pcre.xibuild +++ b/repo/system/pcre.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=10.39 SOURCE=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$PKG_VER/pcre2-$PKG_VER.tar.gz diff --git a/repo/system/perl-xml-parser.xibuild b/repo/system/perl-xml-parser.xibuild index b6d8b03..bd73b3f 100644 --- a/repo/system/perl-xml-parser.xibuild +++ b/repo/system/perl-xml-parser.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(perl expat) +MAKEDEPS="make " +DEPS="perl expat" PKG_VER=2.46 SOURCE=https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$PKG_VER.tar.gz diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild index f543d3f..746ba63 100644 --- a/repo/system/perl.xibuild +++ b/repo/system/perl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(gdbm glibc libxcrypt bzip2 zlib) +MAKEDEPS="make" +DEPS="gdbm glibc libxcrypt bzip2 zlib" PKG_VER=5.34.0 SOURCE=https://www.cpan.org/src/5.0/perl-$PKG_VER.tar.gz diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index 149271a..2f891f4 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(git gobject-introspection meson libxslt patch elogind) -DEPS=(expat glib js78 pam) +MAKEDEPS="git gobject-introspection meson libxslt patch elogind" +DEPS="expat glib js78 pam" PKG_VER=0.120 SOURCE=https://www.freedesktop.org/software/polkit/releases/polkit-$PKG_VER.tar.gz diff --git a/repo/system/popt.xibuild b/repo/system/popt.xibuild index 2cc02e5..5927be0 100644 --- a/repo/system/popt.xibuild +++ b/repo/system/popt.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.18 SOURCE=http://ftp.rpm.org/popt/releases/popt-1.x/popt-$PKG_VER.tar.gz diff --git a/repo/system/psmisc.xibuild b/repo/system/psmisc.xibuild index c92d149..ed3ba78 100644 --- a/repo/system/psmisc.xibuild +++ b/repo/system/psmisc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(ncurses) +MAKEDEPS="make" +DEPS="ncurses" PKG_VER=23.4 SOURCE=https://gitlab.com/psmisc/psmisc/-/archive/v$PKG_VER/psmisc-v$PKG_VER.tar.gz diff --git a/repo/system/python-mako.xibuild b/repo/system/python-mako.xibuild index b83def2..be10b64 100644 --- a/repo/system/python-mako.xibuild +++ b/repo/system/python-mako.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python ) -DEPS=(python-markupsafe python-beaker python-setuptools) +MAKEDEPS="python " +DEPS="python-markupsafe python-beaker python-setuptools" PKG_VER=1.1.6 SOURCE=https://files.pythonhosted.org/packages/source/M/Mako/Mako-$PKG_VER.tar.gz diff --git a/repo/system/python-markupsafe.xibuild b/repo/system/python-markupsafe.xibuild index 41ddce0..b8327e6 100644 --- a/repo/system/python-markupsafe.xibuild +++ b/repo/system/python-markupsafe.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python) -DEPS=(python) +MAKEDEPS="python" +DEPS="python" PKG_VER=2.0.1 SOURCE=https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$PKG_VER.tar.gz diff --git a/repo/system/python-requests.xibuild b/repo/system/python-requests.xibuild index 85de10e..50a0d2f 100644 --- a/repo/system/python-requests.xibuild +++ b/repo/system/python-requests.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python ) -DEPS=(python cacerts) +MAKEDEPS="python " +DEPS="python cacerts" SOURCE=git://github.com/psf/requests.git DESC="the requests module for python" diff --git a/repo/system/python-six.xibuild b/repo/system/python-six.xibuild index 56ba330..022f497 100644 --- a/repo/system/python-six.xibuild +++ b/repo/system/python-six.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python ) -DEPS=() +MAKEDEPS="python " +DEPS="" PKG_VER=1.16.0 SOURCE=https://github.com/benjaminp/six/archive/refs/tags/$PKG_VER.tar.gz diff --git a/repo/system/python.xibuild b/repo/system/python.xibuild index 11d3a24..5023ba0 100644 --- a/repo/system/python.xibuild +++ b/repo/system/python.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib) +MAKEDEPS="make" +DEPS="bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib" PKG_VER=3.10.0 SOURCE=https://www.python.org/ftp/python/$PKG_VER/Python-$PKG_VER.tgz diff --git a/repo/system/readline.xibuild b/repo/system/readline.xibuild index d596486..5e85c49 100644 --- a/repo/system/readline.xibuild +++ b/repo/system/readline.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc ncurses) +MAKEDEPS="make " +DEPS="glibc ncurses" PKG_VER=8.1 diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index 76b3b28..b99194f 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc gnutls zlib) +MAKEDEPS="make " +DEPS="glibc gnutls zlib" SOURCE=git://git.ffmpeg.org/rtmpdump BRANCH="fa8646d" diff --git a/repo/system/sed.xibuild b/repo/system/sed.xibuild index df7e35c..349f345 100644 --- a/repo/system/sed.xibuild +++ b/repo/system/sed.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc acl attr) +MAKEDEPS="make " +DEPS="glibc acl attr" PKG_VER=4.8 SOURCE=https://ftp.gnu.org/gnu/sed/sed-$PKG_VER.tar.xz diff --git a/repo/system/shadow.xibuild b/repo/system/shadow.xibuild index 26387d1..b528110 100644 --- a/repo/system/shadow.xibuild +++ b/repo/system/shadow.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(pam acl audit libcap libxcrypt) +MAKEDEPS="make " +DEPS="pam acl audit libcap libxcrypt" PKG_VER=4.11.1 diff --git a/repo/system/slang.xibuild b/repo/system/slang.xibuild index 332f5e7..1060429 100644 --- a/repo/system/slang.xibuild +++ b/repo/system/slang.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=() -DEPS=(pcre) +MAKEDEPS="" +DEPS="pcre" PKG_VER=2.3.2 SOURCE=https://www.jedsoft.org/releases/slang/slang-$PKG_VER.tar.bz2 diff --git a/repo/system/sysklogd.xibuild b/repo/system/sysklogd.xibuild index a9e5d86..8010cbe 100644 --- a/repo/system/sysklogd.xibuild +++ b/repo/system/sysklogd.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.3.0 SOURCE=https://github.com/troglobit/sysklogd/releases/download/v$PKG_VER/sysklogd-$PKG_VER.tar.gz diff --git a/repo/system/sysvinit.xibuild b/repo/system/sysvinit.xibuild index ec43f76..62cee1b 100644 --- a/repo/system/sysvinit.xibuild +++ b/repo/system/sysvinit.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make patch) -DEPS=(sh glibc) +MAKEDEPS="make patch" +DEPS="sh glibc" PKG_VER=3.01 SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-$PKG_VER.tar.xz diff --git a/repo/system/tar.xibuild b/repo/system/tar.xibuild index 846e55e..1a59de2 100644 --- a/repo/system/tar.xibuild +++ b/repo/system/tar.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.34 SOURCE=https://ftp.gnu.org/gnu/tar/tar-$PKG_VER.tar.xz diff --git a/repo/system/tcl.xibuild b/repo/system/tcl.xibuild index 290da36..1ab5d34 100644 --- a/repo/system/tcl.xibuild +++ b/repo/system/tcl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(zlib) +MAKEDEPS="make " +DEPS="zlib" PKG_VER=8.6.11 SOURCE=https://github.com/tcltk/tcl/archive/refs/tags/core-$( echo $PKG_VER | sed "s|\.|-|g").tar.gz diff --git a/repo/system/tomlc99.xibuild b/repo/system/tomlc99.xibuild index 83da427..de18dd6 100644 --- a/repo/system/tomlc99.xibuild +++ b/repo/system/tomlc99.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc) +MAKEDEPS="make" +DEPS="glibc" PKG_VER=1.0 SOURCE=https://github.com/cktan/tomlc99.git diff --git a/repo/system/xxhash.xibuild b/repo/system/xxhash.xibuild index f02537b..6691fd9 100644 --- a/repo/system/xxhash.xibuild +++ b/repo/system/xxhash.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh) +MAKEDEPS="make " +DEPS="sh" PKG_VER=0.8.1 SOURCE=https://github.com/Cyan4973/xxHash/archive/refs/tags/v$PKG_VER.tar.gz diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild index b336ba7..a1d4e17 100644 --- a/repo/system/xz.xibuild +++ b/repo/system/xz.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh) +MAKEDEPS="make " +DEPS="sh" PKG_VER=5.2.2 SOURCE=https://github.com/xz-mirror/xz/releases/download/v$PKG_VER/xz-$PKG_VER.tar.xz diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index a118b66..d9b4558 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc bzip2) +MAKEDEPS="make " +DEPS="glibc bzip2" PKG_VER=30 SOURCE=https://downloads.sourceforge.net/infozip/zip$PKG_VER.tar.gz diff --git a/repo/system/zlib.xibuild b/repo/system/zlib.xibuild index 0a7b970..a1db121 100644 --- a/repo/system/zlib.xibuild +++ b/repo/system/zlib.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.2.11 SOURCE=https://github.com/madler/zlib/archive/refs/tags/v$PKG_VER.tar.gz diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild index f40d952..ae8d6bb 100644 --- a/repo/system/zstd.xibuild +++ b/repo/system/zstd.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc zlib xz lz4) +MAKEDEPS="make " +DEPS="glibc zlib xz lz4" PKG_VER=1.5.1 SOURCE=https://github.com/facebook/zstd/releases/download/v$PKG_VER/zstd-$PKG_VER.tar.gz |