diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-28 21:05:50 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-28 21:05:50 +0200 |
commit | 5f0e6a49cdc3d72afb16dff3d1d2ad16ed44f567 (patch) | |
tree | 33ddcb3904723925211d4c4c98ed7e619e747852 /i486-stage4/jsoncpp/DESCR | |
parent | 970e772bc7516a165f72d37f60dabd7c3a13a232 (diff) | |
download | bootstrap32-5f0e6a49cdc3d72afb16dff3d1d2ad16ed44f567.tar.xz |
building up to mysql in stage4
Diffstat (limited to 'i486-stage4/jsoncpp/DESCR')
-rw-r--r-- | i486-stage4/jsoncpp/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
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 |