summaryrefslogtreecommitdiff
path: root/data/_libirecovery/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/_libirecovery/make.sh')
-rw-r--r--data/_libirecovery/make.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/_libirecovery/make.sh b/data/_libirecovery/make.sh
new file mode 100644
index 000000000..9b2f6c9a5
--- /dev/null
+++ b/data/_libirecovery/make.sh
@@ -0,0 +1,6 @@
+pkg:setup
+autoreconf -f -i
+pkg:configure --without-cython --without-iokit CC="${PKG_TARG}-gcc" CXX="${PKG_TARG}-g++"
+pkg:make V=1
+pkg:install
+subpkg:stage