miniupnpc: add URL in generated miniupnpc.pc

This commit is contained in:
Thomas Bernard 2022-05-02 01:35:26 +02:00
parent 9350846757
commit 89ac1d6bf6
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# http://miniupnp.free.fr/ # http://miniupnp.free.fr/
# https://miniupnp.tuxfamily.org/ # https://miniupnp.tuxfamily.org/
# https://github.com/miniupnp/miniupnp # https://github.com/miniupnp/miniupnp
# (c) 2005-2021 Thomas Bernard # (c) 2005-2022 Thomas Bernard
# to install use : # to install use :
# $ make DESTDIR=/tmp/dummylocation install # $ make DESTDIR=/tmp/dummylocation install
# or # or
@ -293,6 +293,7 @@ $(BUILD)/miniupnpc.pc: VERSION
echo "" >> $@ echo "" >> $@
echo "Name: miniUPnPc" >> $@ echo "Name: miniUPnPc" >> $@
echo "Description: UPnP IGD client lightweight library" >> $@ echo "Description: UPnP IGD client lightweight library" >> $@
echo "URL: https://miniupnp.tuxfamily.org/" >> $@
echo "Version: $(VERSION)" >> $@ echo "Version: $(VERSION)" >> $@
echo "Libs: -L\$${libdir} -lminiupnpc" >> $@ echo "Libs: -L\$${libdir} -lminiupnpc" >> $@
echo "Cflags: -I\$${includedir}" >> $@ echo "Cflags: -I\$${includedir}" >> $@