gzip: new package at 1.10

This commit is contained in:
Dylan Araps 2019-07-30 08:05:37 +03:00
parent d035612676
commit ba04d8a6a5
4 changed files with 16 additions and 0 deletions

13
core/gzip/build Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"
# Remove conflicting file.
rm -f "$1/usr/lib/charset.alias"

1
core/gzip/checksums Normal file
View File

@ -0,0 +1 @@
8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz

1
core/gzip/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz

1
core/gzip/version Normal file
View File

@ -0,0 +1 @@
1.10 1