aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-libetpan-ios.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 14:57:34 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 14:57:34 -0700
commita5a32137ff0cb50356a50a44e87deadd0d40f220 (patch)
tree0424bd63e783758b99cdc8d5293d06875e3de649 /scripts/build-libetpan-ios.sh
parentc7495855dede7a43d1d51e4c6c7aae8091c4938e (diff)
Refactored build system of dependencies
Diffstat (limited to 'scripts/build-libetpan-ios.sh')
-rwxr-xr-xscripts/build-libetpan-ios.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/build-libetpan-ios.sh b/scripts/build-libetpan-ios.sh
new file mode 100755
index 00000000..db7e3ecd
--- /dev/null
+++ b/scripts/build-libetpan-ios.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+pushd "`dirname $0`" > /dev/null
+scriptpath="`pwd`"
+popd > /dev/null
+
+. "$scriptpath/include.sh/build-dep.sh"
+
+url="https://github.com/dinhviethoa/libetpan.git"
+rev=7020007cfcc75b58af4d12248f1e687f21a1986d
+name="libetpan-ios"
+xcode_target="libetpan ios"
+xcode_project="libetpan.xcodeproj"
+library="libetpan-ios.a"
+embedded_deps="libsasl-ios"
+
+build_git_ios