From 99e495187df41d62539d48532222394b1ed5d41c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 25 Apr 2022 20:43:34 +0200 Subject: community/fasm: was in multilib? --- community/fasm/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/fasm/PKGBUILD (limited to 'community') diff --git a/community/fasm/PKGBUILD b/community/fasm/PKGBUILD new file mode 100644 index 00000000..15201927 --- /dev/null +++ b/community/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