summaryrefslogtreecommitdiff
path: root/homebrew/librasterlite/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/librasterlite/.make.sh-auto')
-rw-r--r--homebrew/librasterlite/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/librasterlite/.make.sh-auto b/homebrew/librasterlite/.make.sh-auto
new file mode 100644
index 000000000..8609a2d15
--- /dev/null
+++ b/homebrew/librasterlite/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+sqlite = Formula["sqlite"]
+ENV.append "LDFLAGS", "-L#{sqlite.opt_lib} -lsqlite3"
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install