index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-26 19:45:28 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-26 19:45:28 +0200 |
commit | 0fe5ca486bb2464b25bfa03e5deea165facb5088 (patch) | |
tree | dc9f3197ec02ee8ec8174b501104c3802ebc57af /multilib/fasm/PKGBUILD | |
parent | 98b27c442344a2ab3f70fc765e5e18ceecdbbfa7 (diff) |
-rw-r--r-- | multilib/fasm/PKGBUILD | 13 |
diff --git a/multilib/fasm/PKGBUILD b/multilib/fasm/PKGBUILD deleted file mode 100644 index 15201927..00000000 --- a/multilib/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 - ' -)" |