You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
270 B
11 lines
270 B
14 years ago
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/@LIB_INSTALL_DIR@
|
||
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
||
|
|
||
|
Name: arts
|
||
|
Description: Soundserver for the K Desktop Environment (KDE)
|
||
|
Version: @ARTS_VERSION@
|
||
|
Libs: -L${libdir}
|
||
|
Cflags: -I${includedir}
|