From dec952fe033386edc3eb34b0f17edde6683eae65 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 20 Jan 2022 21:37:51 +0000 Subject: added makedeps currently are just common buildtools --- repo/system/acl.xibuild | 1 + repo/system/attr.xibuild | 1 + repo/system/binutils.xibuild | 1 + repo/system/bootscripts.xibuild | 1 + repo/system/brotli.xibuild | 1 + repo/system/bzip2.xibuild | 1 + repo/system/cacerts.xibuild | 1 + repo/system/coreutils.xibuild | 1 + repo/system/dbus.xibuild | 1 + repo/system/efibootmgr.xibuild | 1 + repo/system/efivar.xibuild | 1 + repo/system/eudev.xibuild | 1 + repo/system/expat.xibuild | 1 + repo/system/findutils.xibuild | 1 + repo/system/freetype2.xibuild | 1 + repo/system/gc.xibuild | 1 + repo/system/gdbm.xibuild | 1 + repo/system/gettext.xibuild | 1 + repo/system/glib.xibuild | 1 + repo/system/glibc.xibuild | 1 + repo/system/gmp.xibuild | 1 + repo/system/gnutls.xibuild | 1 + repo/system/gperf.xibuild | 1 + repo/system/grub.xibuild | 1 + repo/system/guile.xibuild | 1 + repo/system/gzip.xibuild | 1 + repo/system/iana-etc.xibuild | 1 + repo/system/intltool.xibuild | 1 + repo/system/kbd.xibuild | 1 + repo/system/kmod.xibuild | 1 + repo/system/krb5.xibuild | 1 + repo/system/libarchive.xibuild | 1 + repo/system/libcap-ng.xibuild | 1 + repo/system/libcap.xibuild | 1 + repo/system/libffi.xibuild | 1 + repo/system/libiconv.xibuild | 1 + repo/system/libidn.xibuild | 1 + repo/system/libldap.xibuild | 1 + repo/system/libndp.xibuild | 1 + repo/system/libnghttp.xibuild | 1 + repo/system/libp11-kit.xibuild | 1 + repo/system/libpipeline.xibuild | 1 + repo/system/libpng.xibuild | 1 + repo/system/libpsl.xibuild | 1 + repo/system/libsasl.xibuild | 1 + repo/system/libseccomp.xibuild | 1 + repo/system/libsigsegv.xibuild | 1 + repo/system/libtasn1.xibuild | 1 + repo/system/libtool.xibuild | 1 + repo/system/libunistring.xibuild | 1 + repo/system/libxcrypt.xibuild | 1 + repo/system/libxml2.xibuild | 1 + repo/system/libxslt.xibuild | 1 + repo/system/lz4.xibuild | 1 + repo/system/lzo.xibuild | 1 + repo/system/mkinitramfs.xibuild | 1 + repo/system/mpfr.xibuild | 1 + repo/system/ncurses.xibuild | 1 + repo/system/nettle.xibuild | 1 + repo/system/networkmanager.xibuild | 1 + repo/system/nspr.xibuild | 1 + repo/system/openssl.xibuild | 1 + repo/system/pahole.xibuild | 1 + repo/system/pam.xibuild | 1 + repo/system/pcre.xibuild | 1 + repo/system/perl-xml-parser.xibuild | 1 + repo/system/perl.xibuild | 1 + repo/system/popt.xibuild | 1 + repo/system/psmisc.xibuild | 1 + repo/system/python-requests.xibuild | 1 + repo/system/python.xibuild | 1 + repo/system/readline.xibuild | 1 + repo/system/rtmpdump.xibuild | 1 + repo/system/sed.xibuild | 1 + repo/system/shadow.xibuild | 1 + repo/system/sysklogd.xibuild | 1 + repo/system/sysvinit.xibuild | 1 + repo/system/tar.xibuild | 1 + repo/system/tcl.xibuild | 1 + repo/system/xxhash.xibuild | 1 + repo/system/xz.xibuild | 1 + repo/system/zip.xibuild | 1 + repo/system/zlib.xibuild | 1 + repo/system/zstd.xibuild | 1 + 84 files changed, 84 insertions(+) (limited to 'repo/system') diff --git a/repo/system/acl.xibuild b/repo/system/acl.xibuild index f2d5649..ef3d4a5 100644 --- a/repo/system/acl.xibuild +++ b/repo/system/acl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(attr) PKG_VER=2.3.1 diff --git a/repo/system/attr.xibuild b/repo/system/attr.xibuild index 1c81943..f6f0b43 100644 --- a/repo/system/attr.xibuild +++ b/repo/system/attr.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.5.1 diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index df57688..bea9c90 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glib zlib elfutils) PKG_VER=2.37 diff --git a/repo/system/bootscripts.xibuild b/repo/system/bootscripts.xibuild index f5ad99d..f9038c5 100644 --- a/repo/system/bootscripts.xibuild +++ b/repo/system/bootscripts.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh eudev) PKG_VER=20210608 diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild index 69754fa..e3c1751 100644 --- a/repo/system/brotli.xibuild +++ b/repo/system/brotli.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(cmake make ) DEPS=(glibc) SOURCE=https://github.com/google/brotli diff --git a/repo/system/bzip2.xibuild b/repo/system/bzip2.xibuild index 946c24a..4e04af3 100644 --- a/repo/system/bzip2.xibuild +++ b/repo/system/bzip2.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc sh) PKG_VER=1.0.8 diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild index 86db4f2..bf84277 100644 --- a/repo/system/cacerts.xibuild +++ b/repo/system/cacerts.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(make-ca) PKG_VER=1.7 diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild index 71aebe8..3503667 100644 --- a/repo/system/coreutils.xibuild +++ b/repo/system/coreutils.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc acl attr gmp libcap openssl) PKG_VER=9.0 diff --git a/repo/system/dbus.xibuild b/repo/system/dbus.xibuild index b0ed4ad..b97f906 100644 --- a/repo/system/dbus.xibuild +++ b/repo/system/dbus.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(elogind) PKG_VER=1.12.20 diff --git a/repo/system/efibootmgr.xibuild b/repo/system/efibootmgr.xibuild index 82020cf..557699b 100644 --- a/repo/system/efibootmgr.xibuild +++ b/repo/system/efibootmgr.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(efivar popt) PKG_VER=17 diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild index 0d52229..e01d66b 100644 --- a/repo/system/efivar.xibuild +++ b/repo/system/efivar.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=() PKG_VER=37 diff --git a/repo/system/eudev.xibuild b/repo/system/eudev.xibuild index c1ba119..a22b233 100644 --- a/repo/system/eudev.xibuild +++ b/repo/system/eudev.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=() PKG_VER=3.2.10 diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 0d9376c..149bf67 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.4.2 diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild index 9c0948b..3443aea 100644 --- a/repo/system/findutils.xibuild +++ b/repo/system/findutils.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc sh) PKG_VER=4.8.0 diff --git a/repo/system/freetype2.xibuild b/repo/system/freetype2.xibuild index a86ffa4..1f661df 100644 --- a/repo/system/freetype2.xibuild +++ b/repo/system/freetype2.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(brotli libpng which) PKG_VER=2.11.1 diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild index c130888..5d9b27d 100644 --- a/repo/system/gc.xibuild +++ b/repo/system/gc.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gcc) PKG_VER=8.0.6 diff --git a/repo/system/gdbm.xibuild b/repo/system/gdbm.xibuild index 4fc7058..b18d064 100644 --- a/repo/system/gdbm.xibuild +++ b/repo/system/gdbm.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc sh readline) PKG_VER=1.21 diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index e6ede22..7398253 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(acl sh glib2) PKG_VER=0.21 diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index a256588..68709a9 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(meson ninja ) DEPS=(pcre libffi zlib glibc libxslt gdb) PKG_VER=2.70.2 diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index 484ce6f..24255a2 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.34 diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index a07b48d..472c5f0 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gcc sh) PKG_VER=6.2.1 diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild index 11a8e99..8e067af 100644 --- a/repo/system/gnutls.xibuild +++ b/repo/system/gnutls.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(libtasn1 readline zlib nettle libp11-kit libidn libunistring) PKG_VER=3.6.16 diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild index e959af3..07ff515 100644 --- a/repo/system/gperf.xibuild +++ b/repo/system/gperf.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=3.1 diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index 9d3ed8f..31eaff0 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh xz gettext device-mapper efibootmgr freetype2) PKG_VER=2.06 diff --git a/repo/system/guile.xibuild b/repo/system/guile.xibuild index 759c2c2..7a8170d 100644 --- a/repo/system/guile.xibuild +++ b/repo/system/guile.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gmp libltdl ncurses texinfo libunistring gc libffi) diff --git a/repo/system/gzip.xibuild b/repo/system/gzip.xibuild index 5697a4f..f0daefe 100644 --- a/repo/system/gzip.xibuild +++ b/repo/system/gzip.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc bash less) PKG_VER=1.11 diff --git a/repo/system/iana-etc.xibuild b/repo/system/iana-etc.xibuild index be9b261..a91dbc7 100644 --- a/repo/system/iana-etc.xibuild +++ b/repo/system/iana-etc.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python ) DEPS=() SOURCE=https://github.com/Mic92/iana-etc diff --git a/repo/system/intltool.xibuild b/repo/system/intltool.xibuild index 259b9ab..5f53a17 100644 --- a/repo/system/intltool.xibuild +++ b/repo/system/intltool.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(perl-xml-parser) PKG_VER=0.51.0 diff --git a/repo/system/kbd.xibuild b/repo/system/kbd.xibuild index aca0429..efb7720 100644 --- a/repo/system/kbd.xibuild +++ b/repo/system/kbd.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc pam) PKG_VER=2.4.0 diff --git a/repo/system/kmod.xibuild b/repo/system/kmod.xibuild index b28afc3..50914c3 100644 --- a/repo/system/kmod.xibuild +++ b/repo/system/kmod.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc zlib openssl xz zstd) PKG_VER=29 diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild index d08e40d..9c53a64 100644 --- a/repo/system/krb5.xibuild +++ b/repo/system/krb5.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc e2fsprogs libldap keyutils) PKG_VER=1.19.2 diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 7ad225a..0153b44 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.gz diff --git a/repo/system/libcap-ng.xibuild b/repo/system/libcap-ng.xibuild index d0cc911..30d69d0 100644 --- a/repo/system/libcap-ng.xibuild +++ b/repo/system/libcap-ng.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=0.8.2 diff --git a/repo/system/libcap.xibuild b/repo/system/libcap.xibuild index d0a75c2..d902061 100644 --- a/repo/system/libcap.xibuild +++ b/repo/system/libcap.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc pam) PKG_VER=2.62 diff --git a/repo/system/libffi.xibuild b/repo/system/libffi.xibuild index 23562f7..703e745 100644 --- a/repo/system/libffi.xibuild +++ b/repo/system/libffi.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=3.4.2 diff --git a/repo/system/libiconv.xibuild b/repo/system/libiconv.xibuild index dc9cfb6..dc6d4c8 100644 --- a/repo/system/libiconv.xibuild +++ b/repo/system/libiconv.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=1.16 diff --git a/repo/system/libidn.xibuild b/repo/system/libidn.xibuild index 37d2edc..052a7de 100644 --- a/repo/system/libidn.xibuild +++ b/repo/system/libidn.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.3.2 diff --git a/repo/system/libldap.xibuild b/repo/system/libldap.xibuild index ae04b04..33e3d80 100644 --- a/repo/system/libldap.xibuild +++ b/repo/system/libldap.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(libidn libsasl) PKG_VER=2.6.0 diff --git a/repo/system/libndp.xibuild b/repo/system/libndp.xibuild index 3b03603..ddb4da2 100644 --- a/repo/system/libndp.xibuild +++ b/repo/system/libndp.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=1.8 diff --git a/repo/system/libnghttp.xibuild b/repo/system/libnghttp.xibuild index 7c4b941..38a7874 100644 --- a/repo/system/libnghttp.xibuild +++ b/repo/system/libnghttp.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=1.46.0 diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild index 9045671..0f8bb3c 100644 --- a/repo/system/libp11-kit.xibuild +++ b/repo/system/libp11-kit.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc libtasn1 libffi) SOURCE=https://github.com/p11-glue/p11-kit diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index e2bc10f..f01250c 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) SOURCE=https://gitlab.com/cjwatson/libpipeline diff --git a/repo/system/libpng.xibuild b/repo/system/libpng.xibuild index e434a5a..e8b0798 100644 --- a/repo/system/libpng.xibuild +++ b/repo/system/libpng.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=() PKG_VER=1.6.37 diff --git a/repo/system/libpsl.xibuild b/repo/system/libpsl.xibuild index 9cddf64..f286383 100644 --- a/repo/system/libpsl.xibuild +++ b/repo/system/libpsl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python make ) DEPS=(libidn) PKG_VER=0.21.1 diff --git a/repo/system/libsasl.xibuild b/repo/system/libsasl.xibuild index 4639beb..e262377 100644 --- a/repo/system/libsasl.xibuild +++ b/repo/system/libsasl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gmp) PKG_VER=2.1.27 diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index 6836659..be5a06d 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.5.3 diff --git a/repo/system/libsigsegv.xibuild b/repo/system/libsigsegv.xibuild index a5dc0a4..112876e 100644 --- a/repo/system/libsigsegv.xibuild +++ b/repo/system/libsigsegv.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(libtasn1 readline zlib nettle p11-kit libidn libunistring) PKG_VER=2.13 diff --git a/repo/system/libtasn1.xibuild b/repo/system/libtasn1.xibuild index b93b213..9e8f1fd 100644 --- a/repo/system/libtasn1.xibuild +++ b/repo/system/libtasn1.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=4.18.0 diff --git a/repo/system/libtool.xibuild b/repo/system/libtool.xibuild index 56914e8..f5e1946 100644 --- a/repo/system/libtool.xibuild +++ b/repo/system/libtool.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh tar glibc) PKG_VER=2.4.6 diff --git a/repo/system/libunistring.xibuild b/repo/system/libunistring.xibuild index ac09168..0891e82 100644 --- a/repo/system/libunistring.xibuild +++ b/repo/system/libunistring.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=0.9.10 diff --git a/repo/system/libxcrypt.xibuild b/repo/system/libxcrypt.xibuild index f1e1c35..5424dec 100644 --- a/repo/system/libxcrypt.xibuild +++ b/repo/system/libxcrypt.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=4.4.26 diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild index 99f626a..e6be3d1 100644 --- a/repo/system/libxml2.xibuild +++ b/repo/system/libxml2.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python make ) DEPS=(zlib readline ncurses xz icu) PKG_VER=2.9.12 diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index 600d5b3..2ba0ae9 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python make ) DEPS=(libxml2 libgcrypt) PKG_VER=1.1.34 diff --git a/repo/system/lz4.xibuild b/repo/system/lz4.xibuild index 288ff65..72f05d7 100644 --- a/repo/system/lz4.xibuild +++ b/repo/system/lz4.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh) PKG_VER=1.9.3 diff --git a/repo/system/lzo.xibuild b/repo/system/lzo.xibuild index f66328d..3b53e18 100644 --- a/repo/system/lzo.xibuild +++ b/repo/system/lzo.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.10 diff --git a/repo/system/mkinitramfs.xibuild b/repo/system/mkinitramfs.xibuild index f7c61f8..cef611d 100644 --- a/repo/system/mkinitramfs.xibuild +++ b/repo/system/mkinitramfs.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh) PKG_VER=0.1 diff --git a/repo/system/mpfr.xibuild b/repo/system/mpfr.xibuild index 5e0b35d..31d4a4a 100644 --- a/repo/system/mpfr.xibuild +++ b/repo/system/mpfr.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc gmp) PKG_VER=4.1.0 diff --git a/repo/system/ncurses.xibuild b/repo/system/ncurses.xibuild index 5f4addd..30194bc 100644 --- a/repo/system/ncurses.xibuild +++ b/repo/system/ncurses.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=6.3 diff --git a/repo/system/nettle.xibuild b/repo/system/nettle.xibuild index 737ca78..3a89ca3 100644 --- a/repo/system/nettle.xibuild +++ b/repo/system/nettle.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gmp) PKG_VER=3.7 diff --git a/repo/system/networkmanager.xibuild b/repo/system/networkmanager.xibuild index afb2983..a746ba9 100644 --- a/repo/system/networkmanager.xibuild +++ b/repo/system/networkmanager.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(grep meson ninja python ) DEPS=(jansson libndp curl wpa_supplicant newt nss polkit libpsl audit dbus) PKG_VER=1.35.5 diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 5e9afc3..7c1d329 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc bash) PKG_VER=4.33 diff --git a/repo/system/openssl.xibuild b/repo/system/openssl.xibuild index 0b55050..5903656 100644 --- a/repo/system/openssl.xibuild +++ b/repo/system/openssl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=3.0.1 diff --git a/repo/system/pahole.xibuild b/repo/system/pahole.xibuild index a52d399..075ad2e 100644 --- a/repo/system/pahole.xibuild +++ b/repo/system/pahole.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(cmake python make ) DEPS=(elfutils python) PKG_VER=1.23 diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild index b9149b1..1e41352 100644 --- a/repo/system/pam.xibuild +++ b/repo/system/pam.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc libtirpc audit libxcrypt) PKG_VER=1.5.2 diff --git a/repo/system/pcre.xibuild b/repo/system/pcre.xibuild index ce7d382..e0b33a2 100644 --- a/repo/system/pcre.xibuild +++ b/repo/system/pcre.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=10.39 diff --git a/repo/system/perl-xml-parser.xibuild b/repo/system/perl-xml-parser.xibuild index 1b650de..b6d8b03 100644 --- a/repo/system/perl-xml-parser.xibuild +++ b/repo/system/perl-xml-parser.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(perl expat) PKG_VER=2.46 diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild index c2f2766..e75246a 100644 --- a/repo/system/perl.xibuild +++ b/repo/system/perl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(gdbm glibc libxcrypt) PKG_VER=5.34.0 diff --git a/repo/system/popt.xibuild b/repo/system/popt.xibuild index bdfabfd..a67d0da 100644 --- a/repo/system/popt.xibuild +++ b/repo/system/popt.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=() PKG_VER=1.18 diff --git a/repo/system/psmisc.xibuild b/repo/system/psmisc.xibuild index fee5483..ba0f584 100644 --- a/repo/system/psmisc.xibuild +++ b/repo/system/psmisc.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(ncurses) PKG_VER=23.4 diff --git a/repo/system/python-requests.xibuild b/repo/system/python-requests.xibuild index 145473b..d5185d1 100644 --- a/repo/system/python-requests.xibuild +++ b/repo/system/python-requests.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python ) DEPS=(python) SOURCE=git://github.com/psf/requests.git diff --git a/repo/system/python.xibuild b/repo/system/python.xibuild index 76c0592..11d3a24 100644 --- a/repo/system/python.xibuild +++ b/repo/system/python.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make) DEPS=(bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib) PKG_VER=3.10.0 diff --git a/repo/system/readline.xibuild b/repo/system/readline.xibuild index a1e1521..d596486 100644 --- a/repo/system/readline.xibuild +++ b/repo/system/readline.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc ncurses) PKG_VER=8.1 diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index cda2206..d43652b 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc gnutls zlib) SOURCE=git://git.ffmpeg.org/rtmpdump diff --git a/repo/system/sed.xibuild b/repo/system/sed.xibuild index 90af25e..df7e35c 100644 --- a/repo/system/sed.xibuild +++ b/repo/system/sed.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc acl attr) PKG_VER=4.8 diff --git a/repo/system/shadow.xibuild b/repo/system/shadow.xibuild index d26c6ee..f3eee25 100644 --- a/repo/system/shadow.xibuild +++ b/repo/system/shadow.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(pam acl audit libcap libxcrypt) PKG_VER=4.11.1 diff --git a/repo/system/sysklogd.xibuild b/repo/system/sysklogd.xibuild index 34713bf..69b389f 100644 --- a/repo/system/sysklogd.xibuild +++ b/repo/system/sysklogd.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=2.3.0 diff --git a/repo/system/sysvinit.xibuild b/repo/system/sysvinit.xibuild index 3c3b76c..63cd422 100644 --- a/repo/system/sysvinit.xibuild +++ b/repo/system/sysvinit.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh glibc) PKG_VER=3.01 diff --git a/repo/system/tar.xibuild b/repo/system/tar.xibuild index 5ebac62..846e55e 100644 --- a/repo/system/tar.xibuild +++ b/repo/system/tar.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=1.34 diff --git a/repo/system/tcl.xibuild b/repo/system/tcl.xibuild index 6c39ed9..290da36 100644 --- a/repo/system/tcl.xibuild +++ b/repo/system/tcl.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(zlib) PKG_VER=8.6.11 diff --git a/repo/system/xxhash.xibuild b/repo/system/xxhash.xibuild index b389d46..2117b19 100644 --- a/repo/system/xxhash.xibuild +++ b/repo/system/xxhash.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh) PKG_VER=0.8.1 diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild index 5d04634..231a30f 100644 --- a/repo/system/xz.xibuild +++ b/repo/system/xz.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh) PKG_VER=5.2.5 diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index 46cbc91..a118b66 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc bzip2) PKG_VER=30 diff --git a/repo/system/zlib.xibuild b/repo/system/zlib.xibuild index 6b822f9..0a7b970 100644 --- a/repo/system/zlib.xibuild +++ b/repo/system/zlib.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc) PKG_VER=1.2.11 diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild index ef5e0f7..836f2bb 100644 --- a/repo/system/zstd.xibuild +++ b/repo/system/zstd.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc gcc zlib xz lz4) PKG_VER=1.5.1 -- cgit v1.2.1