36840c1072
Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools. ok jasper@
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
$OpenBSD: patch-src_libcue_libcue_pc_in,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
|
--- src/libcue/libcue.pc.in.orig Sun Dec 5 14:22:19 2010
|
|
+++ src/libcue/libcue.pc.in Sun Dec 5 14:22:31 2010
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-includedir=@includedir@/@LIBCUE_LIBRARY_NAME@-@LIBCUE_API_VERSION@
|
|
+includedir=@includedir@
|
|
|
|
Name: libcue
|
|
Description: Cuesheet parser library
|