mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
libmpdclient: Update to 2.14. Use autotools
Package versions newer than 2.11 require meson/ninja which OpenWrt does not support in its build environment. These files provide the minimum autotool configuration necessary to build later versions. Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libmpdclient
|
||||
Description: Music Player Daemon client library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lmpdclient
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user