From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:29:58 +0100 Subject: added all lfs packages --- repo/core/findutils.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/core/findutils.xibuild (limited to 'repo/core/findutils.xibuild') diff --git a/repo/core/findutils.xibuild b/repo/core/findutils.xibuild new file mode 100644 index 0000000..899abfb --- /dev/null +++ b/repo/core/findutils.xibuild @@ -0,0 +1,12 @@ +#!/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 () { + ./configure --prefix=/usr --localstatedir=/var/lib/locate + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1