X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=blobdiff_plain;f=build.sh;fp=build.sh;h=0000000000000000000000000000000000000000;hp=79b72b460983a9609c2ad7058cb62199e95ab745;hb=fc664a5b94203934293d5b9b84e264c25ae99424;hpb=e5d08c815bbbda67664caf98854e7684b1a6b5b8 diff --git a/build.sh b/build.sh deleted file mode 100644 index 79b72b4..0000000 --- a/build.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -apk add \ - gcc git libcurl curl-dev make automake autoconf openssl openssl-dev \ - alpine-sdk zlib zlib-dev libical-dev expat expat-dev - -cd /tmp/ctdl_build || exit 1 - -git clone git://git.citadel.org/appl/gitroot/citadel.git - -cd /tmp/ctdl_build/citadel/libcitadel -./bootstrap -./configure -make -make install - -cd /tmp/ctdl_build/citadel/citadel -./bootstrap -./configure -make -make install -