Move package config files back to root of source tree.
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
libcdio-suse.spec
|
||||
libcdio.pc
|
||||
libcdio.spec
|
||||
libiso9660.pc
|
||||
libcdio_cdda.pc
|
||||
libcdio_paranoia.pc
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Portable CD-ROM I/O library
|
||||
Version: @PACKAGE_VERSION@
|
||||
#Requires: glib-2.0
|
||||
Libs: -L${libdir} -lcdio @LIBS@ @DARWIN_PKG_LIB_HACK@
|
||||
Cflags: -I${includedir}
|
||||
@@ -1,11 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Portable CD-ROM I/O library
|
||||
Version: @PACKAGE_VERSION@
|
||||
#Requires: glib-2.0
|
||||
Libs: -L${libdir} -lcdda_interface
|
||||
Cflags: -I${includedir}
|
||||
@@ -1,11 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Portable CD-ROM I/O library
|
||||
Version: @PACKAGE_VERSION@
|
||||
#Requires: glib-2.0
|
||||
Libs: -L${libdir} -lcdio_paranoia -lcdda_interface
|
||||
Cflags: -I${includedir}
|
||||
@@ -1,12 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
libiconv=@LIBICONV@
|
||||
|
||||
Name: libiso9660
|
||||
Description: ISO-9660 library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires: libcdio
|
||||
Libs: -L${libdir} -liso9660 @LIBICONV@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user