mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:15:47 -04:00
Initial community commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libmodplug
|
||||
Description: The ModPlug mod file playing library (emulated via libopenmpt).
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires.private: libopenmpt
|
||||
Libs: -L${libdir} -lmodplug
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
Reference in New Issue
Block a user