Update package version to 2.76
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
name: libcap
|
name: libcap
|
||||||
description: userspace interface to the POSIX 1003.1e capabilities in the linux kernel
|
description: userspace interface to the POSIX 1003.1e capabilities in the linux kernel
|
||||||
version: 2.69
|
version: 2.76
|
||||||
revision: 2
|
|
||||||
url: https://sites.google.com/site/fullycapable/
|
url: https://sites.google.com/site/fullycapable/
|
||||||
license: BSD-3-Clause,GPL2-only
|
license: BSD-3-Clause,GPL2-only
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc","pam"]
|
depends: ["glibc","pam"]
|
||||||
make_depends: ["attr","bash","binutils","coreutils","gcc","glibc","perl","make","sed"]
|
make_depends: ["golang"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" prefix=/usr lib=lib install
|
make DESTDIR="$BPM_OUTPUT" prefix=/usr lib=lib install
|
||||||
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/libcap/
|
|
||||||
cp License "$BPM_OUTPUT"/usr/share/licenses/libcap/License
|
# Install package license
|
||||||
|
install -Dm644 License "$BPM_OUTPUT"/usr/share/licenses/libcap/License
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user