forked from kiss-community/repo
gzip: new package at 1.10
This commit is contained in:
parent
d035612676
commit
ba04d8a6a5
13
core/gzip/build
Executable file
13
core/gzip/build
Executable 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
1
core/gzip/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 gzip-1.10.tar.xz
|
1
core/gzip/sources
Normal file
1
core/gzip/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz
|
1
core/gzip/version
Normal file
1
core/gzip/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.10 1
|
Loading…
Reference in New Issue
Block a user