summaryrefslogtreecommitdiff
path: root/libnet.pc.in
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-28 13:30:55 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-28 13:30:55 +0200
commitdda691d94726f23f8fdac581198d9b0eec2d8db0 (patch)
treef58eb8b247c6d05d2f1d4fc0241b4648efc2d820 /libnet.pc.in
parent39d3f28a12cdbd817294262025d84a30815f8887 (diff)
parent5e93c69e3b6966bf2ff7af3d32122d23fea01450 (diff)
downloadlibnet-dda691d94726f23f8fdac581198d9b0eec2d8db0.tar.gz
Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-master
Conflicts: .gitignore .travis.yml BUILD-FROM-GIT.txt Makefile.am Makefile.am.common Prepare acinclude.m4 autogen.sh configure.ac doc/html/Makefile.am doc/html/closed.png doc/html/globals_func.html doc/html/tab_s.png doc/libnet.doxygen.conf doc/man/Makefile.am doc/man/man3/Makefile.am doc/man/man3/libnet-functions.h.3 doc/man/man3/libnet-macros.h.3 include/libnet.h include/libnet/Makefile.am libnet/acinclude.m4 libnet/libnet-config.in libnet/m4/acinclude.m4 lua/Makefile lua/msvcbuild.bat sample/Makefile.am scripts/Push src/libnet_link_win32.c win32/Makefile.am
Diffstat (limited to 'libnet.pc.in')
-rw-r--r--libnet.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnet.pc.in b/libnet.pc.in
index bc05249..028d7cb 100644
--- a/libnet.pc.in
+++ b/libnet.pc.in
@@ -5,7 +5,9 @@ includedir=@includedir@
Name: @PACKAGE@
Version: @VERSION@
-Description: portable framework for low-level network packet construction
+Description: Portable Packet Construction and Injection API
+URL: @PACKAGE_URL@
+
Requires:
Libs: -L${libdir} -lnet @LTLIBINTL@
Cflags: -I${includedir}