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/texinfo.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/core/texinfo.xibuild (limited to 'repo/core/texinfo.xibuild') diff --git a/repo/core/texinfo.xibuild b/repo/core/texinfo.xibuild new file mode 100644 index 0000000..f00f172 --- /dev/null +++ b/repo/core/texinfo.xibuild @@ -0,0 +1,16 @@ +#!/bin/bash + +DEPS=(ncurses gzip perl sh) + +SOURCE=https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.xz.sig +DESC="GNU documentation system for reading, writing and converting info pages" + +build () { + sed -e 's/__attribute_nonnull__/__nonnull/' \ + -i gnulib/lib/malloc/dynarray-skeleton.c + + ./configure --prefix=/usr + make + make DESTDIR=$PKG_DEST install + make TEXMF=$PKG_DEST/usr/share/texmf install-tex +} -- cgit v1.2.1