index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage4/jsoncpp/DESCR | 5 |
diff --git a/i486-stage4/jsoncpp/DESCR b/i486-stage4/jsoncpp/DESCR new file mode 100644 index 0000000..a421b17 --- /dev/null +++ b/i486-stage4/jsoncpp/DESCR @@ -0,0 +1,5 @@ +# no doxygen or graphviz (creates cycles and draws in far too manu libraries) +sed -i "/makedepends=/s/'doxygen'//" PKGBUILD +sed -i "/makedepends=/s/'graphviz'//" PKGBUILD +sed -i '/python doxybuild.py/,/--with-dot/ s/\(.*\)/#\1/' PKGBUILD +sed -i 's@\(cp -a dist/doxygen/jsoncpp-api-html\)@#\1@' PKGBUILD |