Compare commits
6
Commits
9b0a396e69
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eed1961e8f
|
||
|
|
ca9e7830ca
|
||
|
|
bc083b5f56
|
||
|
|
e91a51cde2
|
||
|
|
d47a0e7e68
|
||
|
|
4c6d72a6fb
|
@@ -0,0 +1,3 @@
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
URL="https://www.openldap.org/software/download/"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl -s -L "$URL" | grep -o -E 'OpenLDAP-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}')
|
||||
VERSION=$(curl -s -L "$URL" | grep -o -E 'OpenLDAP-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | head -n1)
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${VERSION//OpenLDAP-/}
|
||||
|
||||
+6
-5
@@ -1,20 +1,21 @@
|
||||
name: openldap
|
||||
description: Open source implementation of the Lightweight Directory Access Protocol
|
||||
version: 2.6.12
|
||||
version: 2.7.0
|
||||
revision: 1
|
||||
url: https://www.openldap.org/
|
||||
license: custom
|
||||
license: OLDAP-2.0
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- libtool
|
||||
- perl
|
||||
- libsasl
|
||||
make_depends:
|
||||
- libtool
|
||||
- unixodbc
|
||||
- util-linux
|
||||
downloads:
|
||||
- url: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${BPM_PKG_VERSION}.tgz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 1716ad779e85d743694c3e3b05277fb71b6a5eadca43c7a958aa62683b22208e
|
||||
checksum: 9e86f37da375aa948a1b478dd76fe87b02090e47c21facae19223588e3407922
|
||||
@@ -1,4 +1,4 @@
|
||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user