You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
236 B
PkgConfig
12 lines
236 B
PkgConfig
17 years ago
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libisofs
|
||
|
Description: ISO9660 filesystem creation library
|
||
|
Version: @VERSION@
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lisofs
|
||
17 years ago
|
Cflags: -I${includedir}/libisofs
|