Update package version to 7.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: libnfs
|
name: libnfs
|
||||||
description: NFS client library
|
description: NFS client library
|
||||||
version: 6.0.2
|
version: 7.0.0
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://github.com/sahlberg/libnfs
|
url: https://github.com/sahlberg/libnfs
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -17,4 +17,4 @@ downloads:
|
|||||||
- url: https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 4e5459cc3e0242447879004e9ad28286d4d27daa42cbdcde423248fad911e747
|
checksum: d25c70537d60f1ab307b9cb5e9fb01acff71065fc9547b54dfaec109ba993003
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_DOCUMENTATION=ON -DENABLE_MULTITHREADING=ON
|
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DENABLE_DOCUMENTATION=ON -DENABLE_MULTITHREADING=ON
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user