aboutsummaryrefslogtreecommitdiff
path: root/core/gzip
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /core/gzip
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'core/gzip')
-rwxr-xr-xcore/gzip/build7
-rw-r--r--core/gzip/checksums1
-rw-r--r--core/gzip/sources1
-rw-r--r--core/gzip/version1
4 files changed, 10 insertions, 0 deletions
diff --git a/core/gzip/build b/core/gzip/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/core/gzip/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/core/gzip/checksums b/core/gzip/checksums
new file mode 100644
index 00000000..54032f3b
--- /dev/null
+++ b/core/gzip/checksums
@@ -0,0 +1 @@
+8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz
diff --git a/core/gzip/sources b/core/gzip/sources
new file mode 100644
index 00000000..6bff4586
--- /dev/null
+++ b/core/gzip/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz
diff --git a/core/gzip/version b/core/gzip/version
new file mode 100644
index 00000000..82096ecf
--- /dev/null
+++ b/core/gzip/version
@@ -0,0 +1 @@
+1.10 1