diff options
author | davidovski <david@davidovski.xyz> | 2022-01-20 21:37:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-20 21:37:51 +0000 |
commit | dec952fe033386edc3eb34b0f17edde6683eae65 (patch) | |
tree | 7554d75f06558035eca8244e1681332dba7bcf0a /repo/skip | |
parent | 834b40c1975a5181c03ab0768bc4e3acb3561a47 (diff) |
added makedeps currently are just common buildtools
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 |