From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- core/tar/.footprint | 12 ++++++++++++ core/tar/.signature | 6 ++++++ core/tar/MAKEPKG | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 core/tar/.footprint create mode 100644 core/tar/.signature create mode 100644 core/tar/MAKEPKG (limited to 'core/tar') diff --git a/core/tar/.footprint b/core/tar/.footprint new file mode 100644 index 0000000..01e103e --- /dev/null +++ b/core/tar/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/tar +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/tar/ +-rwxr-xr-x root/root lib/tar/rmt +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tar.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rmt.8.gz diff --git a/core/tar/.signature b/core/tar/.signature new file mode 100644 index 0000000..31d2383 --- /dev/null +++ b/core/tar/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mChp3IJpQ/JYzI0L3Jo04lbVGJxjcVX4rXfVg+ezWMXzVfyR9srIIdOg4Ug57qT+C8dB1AM3TP8gD/KzHdH7egQ= + +SHA256 (MAKEPKG) = 67ef59789260a2158873e4b8624d5ba986474a1d2683d41da14f75ba27a900d4 +SHA256 (.footprint) = 9ae7d516c9fd005c8f6070619956c028eafd9407e0f15ce3ebc2f63cdee1c615 +SHA256 (tar-1.35.tar.xz) = 4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16 +SHA256 (tar#1.35-3.pkg.tar.gz) = 3271f946086ec01e58c2660fb9a588c7a0f0ed988c47ff6635ac837257239657 diff --git a/core/tar/MAKEPKG b/core/tar/MAKEPKG new file mode 100644 index 0000000..dcfba99 --- /dev/null +++ b/core/tar/MAKEPKG @@ -0,0 +1,44 @@ +#!/bin/mkpkg +# description: GNU tape archiver +# url: https://www.gnu.org/software/tar/ + +name=tar +version=1.35 +release=3 +depends=(acl) +#lockbox=(make) +source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) + +sha256sums=( + "4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16" +) + +patch() { + cd $name-$version + sed -i -E 's/acl_(get_file|set_file|delete_def_file)_at/tar_&/g' src/xattrs.c +} + +build() { + cd $name-$version + + ./configure \ + --prefix=/ \ + --bindir=/bin \ + --libexecdir=/lib/tar \ + --mandir=/usr/share/man \ + --disable-nls \ + --without-selinux \ + FORCE_UNSAFE_CONFIGURE=1 + + make + make DESTDIR=$PKG install + + rm -rf $PKG/share +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1