Artifact 832b31b1552947abb9b720527865e23f4463c3ff:
- File pkgs/libcap — part of check-in [3e742f1756] at 2014-11-12 08:39:09 on branch packages — Fixed issue where libraries for libcap were located in wrong place (user: rkeene, size: 446) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash version='2.24' url="http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz" domain=core.appfs.rkeene.org sha256='cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65' require=(attr) function configure() { : } function build() { make prefix="${prefix}" lib='lib' } function install() { make prefix="${prefix}" lib='lib' DESTDIR="${destdir}" RAISE_SETFCAP='no' install }