diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-25 20:48:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-25 20:48:44 +0200 |
commit | 0bc561011e65c4fb64a8c1bb4081a391bd3dddf8 (patch) | |
tree | 6588ae6a76d0557b5c51b6552c58d3638cd41abc /community/fasm | |
parent | 383d16d292fa4c06793c19f014089f96d773652b (diff) | |
download | packages-0bc561011e65c4fb64a8c1bb4081a391bd3dddf8.tar.xz |
now temporarily disable fasm
Diffstat (limited to 'community/fasm')
-rw-r--r-- | community/fasm/PKGBUILD | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/fasm/PKGBUILD b/community/fasm/PKGBUILD deleted file mode 100644 index 15201927..00000000 --- a/community/fasm/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -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 - ' -)" |