From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- .../indent/indent-2.2.11-decimalformat.patch.xz | Bin 0 -> 1184 bytes development/indent/indent-2.2.11-docfix.patch.xz | Bin 0 -> 488 bytes development/indent/indent-2.2.11-lcall.patch.xz | Bin 0 -> 380 bytes development/indent/indent-2.2.11-nohtml.patch.xz | Bin 0 -> 368 bytes development/indent/indent-2.2.11-segfault.patch.xz | Bin 0 -> 316 bytes development/indent/indent.build | 77 +++++++++++++++++++++ 6 files changed, 77 insertions(+) create mode 100644 development/indent/indent-2.2.11-decimalformat.patch.xz create mode 100644 development/indent/indent-2.2.11-docfix.patch.xz create mode 100644 development/indent/indent-2.2.11-lcall.patch.xz create mode 100644 development/indent/indent-2.2.11-nohtml.patch.xz create mode 100644 development/indent/indent-2.2.11-segfault.patch.xz create mode 100755 development/indent/indent.build (limited to 'development/indent') diff --git a/development/indent/indent-2.2.11-decimalformat.patch.xz b/development/indent/indent-2.2.11-decimalformat.patch.xz new file mode 100644 index 0000000..607bd44 Binary files /dev/null and b/development/indent/indent-2.2.11-decimalformat.patch.xz differ diff --git a/development/indent/indent-2.2.11-docfix.patch.xz b/development/indent/indent-2.2.11-docfix.patch.xz new file mode 100644 index 0000000..8e04e0d Binary files /dev/null and b/development/indent/indent-2.2.11-docfix.patch.xz differ diff --git a/development/indent/indent-2.2.11-lcall.patch.xz b/development/indent/indent-2.2.11-lcall.patch.xz new file mode 100644 index 0000000..18c4fe8 Binary files /dev/null and b/development/indent/indent-2.2.11-lcall.patch.xz differ diff --git a/development/indent/indent-2.2.11-nohtml.patch.xz b/development/indent/indent-2.2.11-nohtml.patch.xz new file mode 100644 index 0000000..c0a91ed Binary files /dev/null and b/development/indent/indent-2.2.11-nohtml.patch.xz differ diff --git a/development/indent/indent-2.2.11-segfault.patch.xz b/development/indent/indent-2.2.11-segfault.patch.xz new file mode 100644 index 0000000..918fc67 Binary files /dev/null and b/development/indent/indent-2.2.11-segfault.patch.xz differ diff --git a/development/indent/indent.build b/development/indent/indent.build new file mode 100755 index 0000000..1298aff --- /dev/null +++ b/development/indent/indent.build @@ -0,0 +1,77 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=indent +VERSION=2.2.11 +BUILD=1 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null + fi + done +} + +# Install texinfo files + +install_info indent +EOF + +# Sources + +SRCNAME[0]=${NAME} +SRCVERS[0]=${VERSION} +SRCPACK[0]=http://ftp.de.debian.org/debian/pool/main/i/indent/${SRCNAME[0]}_${SRCVERS[0]}.orig.tar.gz +SRCCOPY[0]="GPL3" + +build0() +{ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --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]}" +make ${JOBS} +make install DESTDIR="${PKG}" docdir="${SYS_DIR[doc]}/indent" +doc AUTHORS +changelog ChangeLog +rm -rf ${PKG}${SYS_DIR[doc]}/indent +} -- cgit v1.3.1