From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- system/time/time-1.7-cpuusagemslevel.patch.xz | Bin 0 -> 1048 bytes system/time/time-1.7-rumaxrssinkb.patch.xz | Bin 0 -> 688 bytes system/time/time.build | 73 ++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 system/time/time-1.7-cpuusagemslevel.patch.xz create mode 100644 system/time/time-1.7-rumaxrssinkb.patch.xz create mode 100755 system/time/time.build (limited to 'system/time') diff --git a/system/time/time-1.7-cpuusagemslevel.patch.xz b/system/time/time-1.7-cpuusagemslevel.patch.xz new file mode 100644 index 0000000..0766b73 Binary files /dev/null and b/system/time/time-1.7-cpuusagemslevel.patch.xz differ diff --git a/system/time/time-1.7-rumaxrssinkb.patch.xz b/system/time/time-1.7-rumaxrssinkb.patch.xz new file mode 100644 index 0000000..9a6c616 Binary files /dev/null and b/system/time/time-1.7-rumaxrssinkb.patch.xz differ diff --git a/system/time/time.build b/system/time/time.build new file mode 100755 index 0000000..b6dcc79 --- /dev/null +++ b/system/time/time.build @@ -0,0 +1,73 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=time +VERSION=1.7 +BUILD=1 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null + fi + done +} + +# Install texinfo files + +install_info time +EOF + +# Sources + +SRCNAME[0]=${NAME} +SRCVERS[0]=${VERSION} +SRCPACK[0]=${URL[gnu]}/${SRCNAME[0]}/${SRCNAME[0]}-${SRCVERS[0]}.tar.gz +SRCCOPY[0]="GPL2" + +build0() +{ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --libdir="${SYS_DIR[lib]}" \ + --localstatedir="${SYS_DIR[var]}" +make ${JOBS} +make install exec_prefix="${PKG}${SYS_DIR[usr]}" infodir="${PKG}${SYS_DIR[info]}" +doc AUTHORS +changelog NEWS +} -- cgit v1.2.3-70-g09d2