summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-addressbook/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gnustep-addressbook/INSTALL')
-rwxr-xr-xgnustep-apps/gnustep-addressbook/INSTALL32
1 files changed, 32 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-addressbook/INSTALL b/gnustep-apps/gnustep-addressbook/INSTALL
new file mode 100755
index 0000000000..fdc40eb6c2
--- /dev/null
+++ b/gnustep-apps/gnustep-addressbook/INSTALL
@@ -0,0 +1,32 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make_single
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
+
+# A bug in gworkspace installer, missing some include files
+#if [ "$ADVCF" == "y" ];
+#then
+# cd Goodies/VCFViewer &&
+# make &&
+# make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
+# cd ../../
+#fi
+
+if [ "$ADSRV" == "y" ];
+then
+ cd Goodies/adserver &&
+ make &&
+ make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
+ cd ../../
+fi
+
+
+if [ "$ADTOL" == "y" ];
+then
+ cd Goodies/adtool &&
+ make &&
+ make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
+ cd ../../
+fi
+
+make_normal