2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

snappy: new package at 1.1.7

This commit is contained in:
Dylan Araps 2019-07-25 09:37:42 +03:00
parent 5e3624055e
commit f74e876d7b
5 changed files with 15 additions and 0 deletions

10
testing/snappy/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=1 \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$1" install

1
testing/snappy/checksums Normal file
View File

@ -0,0 +1 @@
3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4 1.1.7.tar.gz

2
testing/snappy/depends Normal file
View File

@ -0,0 +1,2 @@
cmake make
zlib make

1
testing/snappy/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/google/snappy/archive/1.1.7.tar.gz

1
testing/snappy/version Normal file
View File

@ -0,0 +1 @@
1.1.7 1