From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- base/bzip2/bzip2-1.0.6-install.patch.xz | Bin 0 -> 884 bytes base/bzip2/bzip2-1.0.6-optflags.patch.xz | Bin 0 -> 452 bytes base/bzip2/bzip2-1.0.6-saneso.patch.xz | Bin 0 -> 336 bytes base/bzip2/bzip2.build | 85 ++++++++++++++++++++++++++++++ base/bzip2/pbzip2-1.1.6-optflags.patch.xz | Bin 0 -> 268 bytes 5 files changed, 85 insertions(+) create mode 100644 base/bzip2/bzip2-1.0.6-install.patch.xz create mode 100644 base/bzip2/bzip2-1.0.6-optflags.patch.xz create mode 100644 base/bzip2/bzip2-1.0.6-saneso.patch.xz create mode 100755 base/bzip2/bzip2.build create mode 100644 base/bzip2/pbzip2-1.1.6-optflags.patch.xz (limited to 'base/bzip2') diff --git a/base/bzip2/bzip2-1.0.6-install.patch.xz b/base/bzip2/bzip2-1.0.6-install.patch.xz new file mode 100644 index 0000000..ba1fbfa Binary files /dev/null and b/base/bzip2/bzip2-1.0.6-install.patch.xz differ diff --git a/base/bzip2/bzip2-1.0.6-optflags.patch.xz b/base/bzip2/bzip2-1.0.6-optflags.patch.xz new file mode 100644 index 0000000..95f7203 Binary files /dev/null and b/base/bzip2/bzip2-1.0.6-optflags.patch.xz differ diff --git a/base/bzip2/bzip2-1.0.6-saneso.patch.xz b/base/bzip2/bzip2-1.0.6-saneso.patch.xz new file mode 100644 index 0000000..04f162c Binary files /dev/null and b/base/bzip2/bzip2-1.0.6-saneso.patch.xz differ diff --git a/base/bzip2/bzip2.build b/base/bzip2/bzip2.build new file mode 100755 index 0000000..fbc73a9 --- /dev/null +++ b/base/bzip2/bzip2.build @@ -0,0 +1,85 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=bzip2 +VERSION=1.0.6 +BUILD=2 + +# Description + +cat > ${PKG}/install/slack-desc < bzip2.1 +) +} diff --git a/base/bzip2/pbzip2-1.1.6-optflags.patch.xz b/base/bzip2/pbzip2-1.1.6-optflags.patch.xz new file mode 100644 index 0000000..a6eee1a Binary files /dev/null and b/base/bzip2/pbzip2-1.1.6-optflags.patch.xz differ -- cgit v1.3.1