From 970e772bc7516a165f72d37f60dabd7c3a13a232 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 25 Mar 2018 20:27:32 +0200 Subject: building up to guile playing with systemd/initrd boot for 64MB 486 (somewhat unstable ATM) --- i486-stage4/nasm/DESCR | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i486-stage4/nasm/DESCR (limited to 'i486-stage4/nasm') diff --git a/i486-stage4/nasm/DESCR b/i486-stage4/nasm/DESCR new file mode 100644 index 0000000..eda335a --- /dev/null +++ b/i486-stage4/nasm/DESCR @@ -0,0 +1,12 @@ +# remove all fonts and ghostscript (we don't build the manual) +sed -i "/makedepends=/s/perl-font-ttf//" PKGBUILD +sed -i "/makedepends=/s/perl-sort-versions//" PKGBUILD +sed -i "/makedepends=/s/fontconfig//" PKGBUILD +sed -i "/makedepends=/s/adobe-source-sans-pro-fonts//" PKGBUILD +sed -i "/makedepends=/s/ttf-liberation//" PKGBUILD +sed -i "/makedepends=/s/ghostscript//" PKGBUILD +sed -i "s/\(make -C doc\)/#\1/" PKGBUILD + +# orginal download link unstable +sed -i 's@http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz@https://ftp.osuosl.org/pub/blfs/conglomeration/${pkgname}/${pkgname}-${pkgver}.tar.xz@' PKGBUILD + -- cgit v1.2.3-54-g00ecf