summaryrefslogtreecommitdiff
path: root/zlib/build
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-03 12:11:11 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-03 12:11:11 +0100
commit533bb92aa21753fe62c1d355f9750eff3f9018ee (patch)
treefe194c04a492ca9464170cd8a1178745687858ac /zlib/build
parentb5ae0b797e4e8545ed96db346f91f877045fd697 (diff)
zlib: new package at version 1.2.13
Diffstat (limited to 'zlib/build')
-rw-r--r--zlib/build18
1 files changed, 18 insertions, 0 deletions
diff --git a/zlib/build b/zlib/build
new file mode 100644
index 0000000..151a238
--- /dev/null
+++ b/zlib/build
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+./configure \
+ --prefix=/usr
+
+gmake
+gmake DESTDIR=$1 install
+
+mkdir $1/../proto64
+gmake clean
+./configure \
+ --prefix=/usr \
+ --64
+
+gmake
+gmake DESTDIR=$1/../proto64 install
+
+cp -r $1/../proto64/usr/lib $1/usr/lib/64