forked from kiss-community/repo
snappy: new package at 1.1.7
This commit is contained in:
parent
5e3624055e
commit
f74e876d7b
10
testing/snappy/build
Executable file
10
testing/snappy/build
Executable 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
1
testing/snappy/checksums
Normal file
@ -0,0 +1 @@
|
||||
3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4 1.1.7.tar.gz
|
2
testing/snappy/depends
Normal file
2
testing/snappy/depends
Normal file
@ -0,0 +1,2 @@
|
||||
cmake make
|
||||
zlib make
|
1
testing/snappy/sources
Normal file
1
testing/snappy/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/google/snappy/archive/1.1.7.tar.gz
|
1
testing/snappy/version
Normal file
1
testing/snappy/version
Normal file
@ -0,0 +1 @@
|
||||
1.1.7 1
|
Loading…
Reference in New Issue
Block a user