Update package version to 2.5.7
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
name: zstd
|
name: zstd
|
||||||
description: Zstandard is a fast compression algorithm, providing high compression ratios
|
description: Zstandard is a fast compression algorithm, providing high compression ratios
|
||||||
version: 1.5.5
|
version: 1.5.7
|
||||||
revision: 2
|
|
||||||
url: https://facebook.github.io/zstd/
|
url: https://facebook.github.io/zstd/
|
||||||
license: BSD3-Clause,GPL2-only
|
license: BSD3-Clause,GPL2-only
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc"]
|
depends: ["gcc","glibc","lz4","xz-utils","zlib"]
|
||||||
make_depends: ["binutils","coreutils","gcc","glibc","gzip","make","xz-utils","zlib"]
|
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make prefix=/usr DESTDIR="$BPM_OUTPUT" install
|
make prefix=/usr DESTDIR="$BPM_OUTPUT" install
|
||||||
rm "$BPM_OUTPUT"/usr/lib/libzstd.a
|
|
||||||
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/zstd
|
# Install package license
|
||||||
cp {LICENSE,COPYING} "$BPM_OUTPUT"/usr/share/licenses/zstd/
|
install -Dm644 {LICENSE,COPYING} -t "$BPM_OUTPUT"/usr/share/licenses/zstd/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user