diff options
Diffstat (limited to 'repo/skip')
-rw-r--r-- | repo/skip/cacert-utils.xibuild | 1 | ||||
-rw-r--r-- | repo/skip/fakechroot.xibuild | 1 | ||||
-rw-r--r-- | repo/skip/fakeroot.xibuild | 1 | ||||
-rw-r--r-- | repo/skip/icecream.xibuild | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/repo/skip/cacert-utils.xibuild b/repo/skip/cacert-utils.xibuild index f305b72..5680421 100644 --- a/repo/skip/cacert-utils.xibuild +++ b/repo/skip/cacert-utils.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=() DEPS=(bash coreutils findutils libp11-kit) SOURCE=https://src.fedoraproject.org/rpms/ca-certificates diff --git a/repo/skip/fakechroot.xibuild b/repo/skip/fakechroot.xibuild index 2b9560b..73e8acb 100644 --- a/repo/skip/fakechroot.xibuild +++ b/repo/skip/fakechroot.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(sh perl) SOURCE=https://github.com/dex4er/fakechroot diff --git a/repo/skip/fakeroot.xibuild b/repo/skip/fakeroot.xibuild index 650f18c..1b147a3 100644 --- a/repo/skip/fakeroot.xibuild +++ b/repo/skip/fakeroot.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(glibc filesystem sed sh util-linux) SOURCE=https://github.com/mackyle/fakeroot diff --git a/repo/skip/icecream.xibuild b/repo/skip/icecream.xibuild index 19beab4..2fa9875 100644 --- a/repo/skip/icecream.xibuild +++ b/repo/skip/icecream.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python make ) DEPS=(gcc python libcap-ng lzo libarchive) SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz |