From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- utilities/gtar/gtar.build | 93 ++++++++++++++++++++++ utilities/gtar/tar-1.26-gtar.patch.xz | Bin 0 -> 504 bytes utilities/gtar/tar-1.26-manualpages.patch.xz | Bin 0 -> 4944 bytes utilities/gtar/tar-1.26-nolonezero.patch.xz | Bin 0 -> 564 bytes utilities/gtar/tar-1.26-norecordsizespam.patch.xz | Bin 0 -> 404 bytes utilities/gtar/tar-1.26-nowarngets.patch.xz | Bin 0 -> 380 bytes utilities/gtar/tar-1.26-supporttxz.patch.xz | Bin 0 -> 248 bytes 7 files changed, 93 insertions(+) create mode 100755 utilities/gtar/gtar.build create mode 100644 utilities/gtar/tar-1.26-gtar.patch.xz create mode 100644 utilities/gtar/tar-1.26-manualpages.patch.xz create mode 100644 utilities/gtar/tar-1.26-nolonezero.patch.xz create mode 100644 utilities/gtar/tar-1.26-norecordsizespam.patch.xz create mode 100644 utilities/gtar/tar-1.26-nowarngets.patch.xz create mode 100644 utilities/gtar/tar-1.26-supporttxz.patch.xz (limited to 'utilities/gtar') diff --git a/utilities/gtar/gtar.build b/utilities/gtar/gtar.build new file mode 100755 index 0000000..e7e8f89 --- /dev/null +++ b/utilities/gtar/gtar.build @@ -0,0 +1,93 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=gtar +VERSION=1.26 +BUILD=1 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null + fi + done +} + +# Install texinfo files + +install_info tar +EOF + +# Sources + +SRCNAME[0]=tar +SRCVERS[0]=${VERSION} +SRCPACK[0]=${URL[gnu]}/${SRCNAME[0]}/${SRCNAME[0]}-${SRCVERS[0]}.tar.xz +SRCCOPY[0]="GPL3" + +build0() +{ +FORCE_UNSAFE_CONFIGURE="1" \ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --disable-silent-rules \ + --disable-rpath \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --infodir="${SYS_DIR[info]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --libdir="${SYS_DIR[lib]}" \ + --localstatedir="${SYS_DIR[var]}" \ + --libexecdir="${SYS_DIR[lib]}/exec" \ + --enable-backup-scripts +make ${JOBS} V=1 +make install DESTDIR="${PKG}" +doc AUTHORS THANKS +changelog NEWS +install.dir ${PKG}${SYS_DIR[man]}/man{1,8} +install.man doc/tar.1 ${PKG}${SYS_DIR[man]}/man1/gtar.1 +install.man doc/rmt.8 ${PKG}${SYS_DIR[man]}/man8 +( + cd ${PKG}${SYS_DIR[bin]} + mv tar gtar +) +#FIXME: compat +( + install.dir ${PKG}${SYS_DIR[sbin]} + cd ${PKG}${SYS_DIR[sbin]} + ln -sf ${SYS_DIR[lib]}/exec/rmt rmt +) +} diff --git a/utilities/gtar/tar-1.26-gtar.patch.xz b/utilities/gtar/tar-1.26-gtar.patch.xz new file mode 100644 index 0000000..4f579ae Binary files /dev/null and b/utilities/gtar/tar-1.26-gtar.patch.xz differ diff --git a/utilities/gtar/tar-1.26-manualpages.patch.xz b/utilities/gtar/tar-1.26-manualpages.patch.xz new file mode 100644 index 0000000..ad5f9be Binary files /dev/null and b/utilities/gtar/tar-1.26-manualpages.patch.xz differ diff --git a/utilities/gtar/tar-1.26-nolonezero.patch.xz b/utilities/gtar/tar-1.26-nolonezero.patch.xz new file mode 100644 index 0000000..f97e438 Binary files /dev/null and b/utilities/gtar/tar-1.26-nolonezero.patch.xz differ diff --git a/utilities/gtar/tar-1.26-norecordsizespam.patch.xz b/utilities/gtar/tar-1.26-norecordsizespam.patch.xz new file mode 100644 index 0000000..0de5d7f Binary files /dev/null and b/utilities/gtar/tar-1.26-norecordsizespam.patch.xz differ diff --git a/utilities/gtar/tar-1.26-nowarngets.patch.xz b/utilities/gtar/tar-1.26-nowarngets.patch.xz new file mode 100644 index 0000000..3092758 Binary files /dev/null and b/utilities/gtar/tar-1.26-nowarngets.patch.xz differ diff --git a/utilities/gtar/tar-1.26-supporttxz.patch.xz b/utilities/gtar/tar-1.26-supporttxz.patch.xz new file mode 100644 index 0000000..244ca05 Binary files /dev/null and b/utilities/gtar/tar-1.26-supporttxz.patch.xz differ -- cgit v1.2.3-70-g09d2