package/libid3tag: add .pc file and install to staging hook
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 5 Nov 2018 18:27:01 +0000 (19:27 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 27 Nov 2018 22:33:13 +0000 (23:33 +0100)
commitd6b68e6b6a81985ff5bcb9836d0d02c1fbed3e47
tree6c9cc9b945b201dc8fecf26ab79f7f6b59bfc8ad
parent06a2d67c2dc4898c00ff311596282e314e48c4b4
package/libid3tag: add .pc file and install to staging hook

The MPD project dropped autotools support in version 0.21.x in favor of
meson. While adapting the package to the meson build infrastructure, the
recognition of libid3tag failed, as only pkg-config is used to detect
the library. Note, that the version bump of the mpd package to 0.21.x is
not submitted, yet.

To help finding the build system to detect libid3tag with pkg-config
properly, add a .pc file and install it to staging.

This is exactly what Debian and Fedora do as well.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libid3tag/id3tag.pc [new file with mode: 0644]
package/libid3tag/libid3tag.mk