diff options
Diffstat (limited to 'repos/extra/runc')
| -rw-r--r-- | repos/extra/runc/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/runc/.files | 23 | ||||
| -rw-r--r-- | repos/extra/runc/abuild | 22 | ||||
| -rw-r--r-- | repos/extra/runc/depends | 3 |
4 files changed, 0 insertions, 49 deletions
diff --git a/repos/extra/runc/.checksum b/repos/extra/runc/.checksum deleted file mode 100644 index 48217b63..00000000 --- a/repos/extra/runc/.checksum +++ /dev/null @@ -1 +0,0 @@ -25b3c8f84f5e4bde8b38a91e996eb494a6859ba73ab07c06ed01855854920da8 runc-v1.4.2.tar.gz diff --git a/repos/extra/runc/.files b/repos/extra/runc/.files deleted file mode 100644 index f6a4ff36..00000000 --- a/repos/extra/runc/.files +++ /dev/null @@ -1,23 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/runc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/runc-checkpoint.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-create.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-delete.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-events.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-exec.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-kill.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-list.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-pause.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-ps.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-restore.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-resume.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-run.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-spec.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-start.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-state.8.gz --rw-r--r-- root/root usr/share/man/man8/runc-update.8.gz --rw-r--r-- root/root usr/share/man/man8/runc.8.gz diff --git a/repos/extra/runc/abuild b/repos/extra/runc/abuild deleted file mode 100644 index 6902495c..00000000 --- a/repos/extra/runc/abuild +++ /dev/null @@ -1,22 +0,0 @@ -name=runc -version=1.4.2 -release=1 -source="https://github.com/opencontainers/${name}/archive/v${version}/${name}-v${version}.tar.gz" - -build() { - export GOPATH="$PWD/go" - export BUILDTAGS='seccomp apparmor' - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CFLAGS="${CFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - export CGO_LDFLAGS="${LDFLAGS}" - export GOFLAGS="-trimpath -mod=readonly -modcacherw" - make SHELL=/bin/sh runc - install -Dm755 runc "$PKG/usr/bin/runc" - cd man - sed -i 's/bash/sh/' md2man-all.sh - sed -i '/^cd/d' md2man-all.sh - ./md2man-all.sh - install -d "$PKG/usr/share/man/man8" - install -m644 man8/*.8 "$PKG/usr/share/man/man8" -} diff --git a/repos/extra/runc/depends b/repos/extra/runc/depends deleted file mode 100644 index 36c44ea1..00000000 --- a/repos/extra/runc/depends +++ /dev/null @@ -1,3 +0,0 @@ -libseccomp -go-md2man -libseccomp |