mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-08-16 17:37:56 +00:00
12 lines
268 B
PkgConfig
12 lines
268 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwget
|
|
Description: Wget downloader C library.
|
|
Version: @LIBWGET_VERSION@
|
|
URL: @PACKAGE_URL@
|
|
Libs: -L${libdir} -lwget
|
|
Cflags: -I${includedir}/libwget -I${libdir}/libwget/include
|