aboutsummaryrefslogtreecommitdiff
path: root/repos/archive/zlib/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/archive/zlib/abuild')
-rw-r--r--repos/archive/zlib/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/archive/zlib/abuild b/repos/archive/zlib/abuild
new file mode 100644
index 00000000..d0a08003
--- /dev/null
+++ b/repos/archive/zlib/abuild
@@ -0,0 +1,10 @@
+name=zlib
+version=1.3.1
+release=1
+source="https://$name.net/$name-$version.tar.xz"
+
+build() {
+ ./configure --prefix=/usr --localstatedir=/var
+ make
+ make install
+}