OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jun-2004 13:13:51
Branch: HEAD Handle: -NONE-
Added files:
openpkg-src/js js.pc
Log:
add js.pc to CVS and add -lm
Summary:
Revision Changes Path
1.1 +10 -0 openpkg-src/js/js.pc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/js/js.pc
============================================================================
$ cvs diff -u -r0 -r1.1 js.pc
--- /dev/null 2004-06-27 13:13:51.000000000 +0200
+++ js.pc 2004-06-27 13:13:51.000000000 +0200
@@ -0,0 +1,10 @@
[EMAIL PROTECTED]@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include/js
+
+Name: js
+Description: JavaScript (JS) Library
+Version: @version@
+Libs: -L${libdir} -ljs -ljsfdlibm -lm
+Cflags: -I${includedir}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]