summaryrefslogtreecommitdiff
path: root/i486-stage4/gpgme
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-25 20:27:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-25 20:27:32 +0200
commit970e772bc7516a165f72d37f60dabd7c3a13a232 (patch)
tree3718b8484c7df108d5e9f3753ab34c52e2217dfb /i486-stage4/gpgme
parent76c4f1be65af6a459f23509276b4bf818a9bfd37 (diff)
downloadbootstrap32-970e772bc7516a165f72d37f60dabd7c3a13a232.tar.xz
building up to guile
playing with systemd/initrd boot for 64MB 486 (somewhat unstable ATM)
Diffstat (limited to 'i486-stage4/gpgme')
-rw-r--r--i486-stage4/gpgme/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/i486-stage4/gpgme/DESCR b/i486-stage4/gpgme/DESCR
new file mode 100644
index 0000000..7ba1884
--- /dev/null
+++ b/i486-stage4/gpgme/DESCR
@@ -0,0 +1,13 @@
+# we only build the library
+sed -i 's/pkgname=.*/pkgname=(gpgme)/' PKGBUILD
+
+# no Qt library
+sed -i "/makedepends=/s/'qt5-base'//" PKGBUILD
+
+# no bindings
+sed -i "/makedepends=/s/'swig'//" PKGBUILD
+
+# disable language bindings support and don't move around
+# things we do not build
+sed -i 's@./configure@./configure --enable-languages=no@' PKGBUILD
+sed -i '/# split qgpgme/,/^}/ {/# split qgpgme/n;/^}/!{s/\(.*\)/#\1/g}}' PKGBUILD