added tar

This commit is contained in:
Ohio2 2021-07-08 17:41:32 +02:00
parent 2842b749e6
commit d96c623e3c
2 changed files with 11 additions and 0 deletions

6
tar/build Executable file
View file

@ -0,0 +1,6 @@
wget https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz
tar -xf tar-1.34
cd tar-1.34
./configure DEFAULT_RMT_DIR=/etc
make -j`nproc`
make install DESTDIR="$1"

5
tar/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="1.31"
pkg_config_name="tar"
pkg_config_makedepends=""
pkg_config_depends=""