build: remove automake/autoconf build system
[oweals/opkg-lede.git] / libopkg.pc.in
diff --git a/libopkg.pc.in b/libopkg.pc.in
deleted file mode 100644 (file)
index 25fe6e9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: libopkg
-Description: opkg package manager library
-Version: @VERSION@
-Libs: -L${libdir} -lopkg
-Cflags: -I${includedir}/libopkg
-