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/locate/locate.build | 93 ++++++++++++++++++++++ utilities/locate/mlocate-0.26-config.patch.xz | Bin 0 -> 332 bytes utilities/locate/mlocate-0.26-cron.patch.xz | Bin 0 -> 228 bytes utilities/locate/mlocate-0.26-nobranding.patch.xz | Bin 0 -> 2544 bytes 4 files changed, 93 insertions(+) create mode 100755 utilities/locate/locate.build create mode 100644 utilities/locate/mlocate-0.26-config.patch.xz create mode 100644 utilities/locate/mlocate-0.26-cron.patch.xz create mode 100644 utilities/locate/mlocate-0.26-nobranding.patch.xz (limited to 'utilities/locate') diff --git a/utilities/locate/locate.build b/utilities/locate/locate.build new file mode 100755 index 0000000..26759e8 --- /dev/null +++ b/utilities/locate/locate.build @@ -0,0 +1,93 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=locate +VERSION=0.26 +BUILD=2 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null 2> /dev/null ; then + echo "locate::21:" >> etc/group +fi + +if [ ! -d var/cache/locate ]; then + mkdir -p var/cache/locate + chown root.locate var/cache/locate + chmod 0750 var/cache/locate +fi + +chown root.locate usr/bin/locate +chmod 2755 usr/bin/locate +EOF + +# Sources + +SRCNAME[0]=mlocate +SRCVERS[0]=${VERSION} +SRCPACK[0]=https://fedorahosted.org/releases/m/l/mlocate/${SRCNAME[0]}-${SRCVERS[0]}.tar.xz +SRCCOPY[0]="GPL2" + +build0() +{ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --disable-rpath \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --sysconfdir="${SYS_DIR[conf]}" \ + --libdir="${SYS_DIR[lib]}" \ + --localstatedir="${SYS_DIR[var]}/cache" +make ${JOBS} +make install DESTDIR="${PKG}" +doc AUTHORS +changelog NEWS +install.dir ${PKG}${SYS_DIR[etc]}/{conf.d,cron.daily} +install.bin locate.cron ${PKG}${SYS_DIR[etc]}/cron.daily/locate +install.cfg updatedb.conf ${PKG}${SYS_DIR[conf]}/updatedb.conf.new +} diff --git a/utilities/locate/mlocate-0.26-config.patch.xz b/utilities/locate/mlocate-0.26-config.patch.xz new file mode 100644 index 0000000..a5e284a Binary files /dev/null and b/utilities/locate/mlocate-0.26-config.patch.xz differ diff --git a/utilities/locate/mlocate-0.26-cron.patch.xz b/utilities/locate/mlocate-0.26-cron.patch.xz new file mode 100644 index 0000000..44e8dd9 Binary files /dev/null and b/utilities/locate/mlocate-0.26-cron.patch.xz differ diff --git a/utilities/locate/mlocate-0.26-nobranding.patch.xz b/utilities/locate/mlocate-0.26-nobranding.patch.xz new file mode 100644 index 0000000..cb46493 Binary files /dev/null and b/utilities/locate/mlocate-0.26-nobranding.patch.xz differ -- cgit v1.2.3-70-g09d2