summaryrefslogtreecommitdiff
path: root/homebrew/iniparser/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/iniparser/.make.sh-auto')
-rw-r--r--homebrew/iniparser/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/iniparser/.make.sh-auto b/homebrew/iniparser/.make.sh-auto
new file mode 100644
index 000000000..5e69eeaeb
--- /dev/null
+++ b/homebrew/iniparser/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make libiniparser.a CC=${PKG_TARG}-clang RANLIB=ranlib
+lib.install "libiniparser.a"
+include.install Dir["src/*.h"]