index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-25 20:43:34 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-25 20:43:34 +0200 |
commit | 99e495187df41d62539d48532222394b1ed5d41c (patch) | |
tree | dc9f3197ec02ee8ec8174b501104c3802ebc57af /community/fasm | |
parent | 72165250a329c2f4f5532df4cffbdc5e4933d407 (diff) |
-rw-r--r-- | community/fasm/PKGBUILD | 13 |
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 + ' +)" |