From 1d1011a3c5049a7f9eef99d22f3704e4367579cc Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 6 Sep 2012 10:14:03 -0700 Subject: Initial checkin: libcap-ng-0.7 This is the initial checkin of libcap-ng, a set of libraries and tools which make minipulating capabilities easier. This code was originally downloaded from http://people.redhat.com/sgrubb/libcap-ng/ and has been lightly modified to make it work on Android. (please see the "if !defined(ANDROID)" lines in libcap-ng-0.7/utils/pscap.c and libcap-ng-0.7/src/cap-ng.c) The files Android.mk and README were created by myself. The file config.h was created by running ./configure on my desktop machine. Change-Id: I110084a922315a2754246c4f6f026c2c4328312b --- libcap-ng-0.7/src/libcap-ng.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libcap-ng-0.7/src/libcap-ng.pc.in (limited to 'libcap-ng-0.7/src/libcap-ng.pc.in') diff --git a/libcap-ng-0.7/src/libcap-ng.pc.in b/libcap-ng-0.7/src/libcap-ng.pc.in new file mode 100644 index 0000000..ff1074b --- /dev/null +++ b/libcap-ng-0.7/src/libcap-ng.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libcap-ng +Description: An alternate posix capabilities library. +Version: @VERSION@ +Libs: -L${libdir} -lcap-ng +Cflags: -I${includedir} + -- cgit v1.2.3