From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/findutils.xibuild | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 repo/core/findutils.xibuild (limited to 'repo/core/findutils.xibuild') diff --git a/repo/core/findutils.xibuild b/repo/core/findutils.xibuild deleted file mode 100644 index d8fd39c..0000000 --- a/repo/core/findutils.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -DEPS=(glibc sh) - -SOURCE=https://ftp.gnu.org/gnu/findutils/findutils-4.8.0.tar.xz -DESC="GNU utilities to locate files" - -build () { - case $(uname -m) in - i?86) TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;; - x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;; - esac - - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1