aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk.pc.in')
-rw-r--r--src/apk.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/apk.pc.in b/src/apk.pc.in
new file mode 100644
index 0000000..c7020b3
--- /dev/null
+++ b/src/apk.pc.in
@@ -0,0 +1,10 @@
+exec_prefix=@EXEC_DIR@
+libdir=@LIB_DIR@
+includedir=@INCLUDE_DIR@
+
+Name: apk
+Description: Alpine Package Manager
+Version: @VERSION@
+Requires: zlib openssl
+Libs: -L${libdir} -lapk
+Cflags: -I${includedir}/apk