+ cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm
This commit is contained in:
parent
9632d429dc
commit
7159f8e5c4
20 changed files with 1155 additions and 1689 deletions
12
eo/eo.pc
Normal file
12
eo/eo.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Package Information for pkg-config
|
||||
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include/eo
|
||||
|
||||
Name: Evolving Object
|
||||
Description: Evolving Object
|
||||
Version: 1.02-cvs1
|
||||
Libs: -L${libdir} -leoutils -leo -les -lga -lcma -leomoo -lgcov
|
||||
Cflags: -I${includedir}
|
||||
Reference in a new issue