mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
leveldb: update to 1.22.
This commit is contained in:
parent
3b018d04a0
commit
1844c7f5d1
2 changed files with 3 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
||||||
diff --git CMakeLists.txt CMakeLists.txt
|
|
||||||
index e471a2a..0837eee 100644
|
|
||||||
--- CMakeLists.txt
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -95,6 +95,8 @@ if(BUILD_SHARED_LIBS)
|
|
||||||
endif(BUILD_SHARED_LIBS)
|
|
||||||
|
|
||||||
add_library(leveldb "")
|
|
||||||
+set_target_properties(leveldb PROPERTIES VERSION 1.21.0)
|
|
||||||
+set_target_properties(leveldb PROPERTIES SOVERSION 1)
|
|
||||||
target_sources(leveldb
|
|
||||||
PRIVATE
|
|
||||||
"${PROJECT_BINARY_DIR}/${LEVELDB_PORT_CONFIG_DIR}/port_config.h"
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'leveldb'
|
# Template file for 'leveldb'
|
||||||
pkgname=leveldb
|
pkgname=leveldb
|
||||||
version=1.21
|
version=1.22
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DLEVELDB_BUILD_TESTS=OFF
|
configure_args="-DBUILD_SHARED_LIBS=ON -DLEVELDB_BUILD_TESTS=OFF
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Fast and lightweight key/value database library by Google"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/leveldb"
|
homepage="https://github.com/google/leveldb"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/google/leveldb/archive/${version}.tar.gz"
|
||||||
checksum=e0fbd238047b9e82ec26a2b808f826b60e12b4fcb5d1a18c7b3d6edf357b4026
|
checksum=55423cac9e3306f4a9502c738a001e4a339d1a38ffbee7572d4a07d5d63949b2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# license
|
# license
|
||||||
|
|
Loading…
Add table
Reference in a new issue