index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/cantor/PKGBUILD | 10 |
diff --git a/community/cantor/PKGBUILD b/community/cantor/PKGBUILD new file mode 100644 index 00000000..968694a8 --- /dev/null +++ b/community/cantor/PKGBUILD @@ -0,0 +1,10 @@ +eval "$( + declare -f build | \ + sed ' + /^\s*cd build/{ + a\ + # ok for most people, for i486. i586 we will blacklist the package + MARCH=pentium4 + } + ' +)" |