From 98b27c442344a2ab3f70fc765e5e18ceecdbbfa7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 26 Apr 2022 19:32:29 +0200 Subject: moved fasm back --- multilib/fasm/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multilib/fasm/PKGBUILD (limited to 'multilib') diff --git a/multilib/fasm/PKGBUILD b/multilib/fasm/PKGBUILD new file mode 100644 index 00000000..15201927 --- /dev/null +++ b/multilib/fasm/PKGBUILD @@ -0,0 +1,13 @@ +depends_i486+=('glibc') +depends_i686+=('glibc') +depends_pentium4+=('glibc') + +eval "$( + declare -f build | \ + sed ' + /if .*CARCH.* == .*x86_64.*/,/fi/{s/.*//g} + /mv/ i \ + SRCDIR=Linux \ + ./fasm source/${SRCDIR}/fasm.asm + ' +)" -- cgit v1.2.3-54-g00ecf