From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Wed, 6 Oct 2021 23:29:58 +0100
Subject: added all lfs packages

---
 repo/core/diffutils.xibuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 repo/core/diffutils.xibuild

(limited to 'repo/core/diffutils.xibuild')

diff --git a/repo/core/diffutils.xibuild b/repo/core/diffutils.xibuild
new file mode 100644
index 0000000..2a14984
--- /dev/null
+++ b/repo/core/diffutils.xibuild
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+DEPS=(glibc bash)
+
+SOURCE=https://ftp.gnu.org/gnu/diffutils/diffutils-3.8.tar.xz
+DESC="Utility programs for creating patch files"
+
+build () {
+    ./configure --prefix=/usr 
+    make
+    make DESTDIR=$PKG_DEST install 
+}
-- 
cgit v1.2.1