SOURCES: python-config (NEW) - new, copied from gentoo

glen glen at pld-linux.org
Fri Sep 15 15:48:22 CEST 2006


Author: glen                         Date: Fri Sep 15 13:48:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new, copied from gentoo

---- Files affected:
SOURCES:
   python-config (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-config
diff -u /dev/null SOURCES/python-config:1.1
--- /dev/null	Fri Sep 15 15:48:22 2006
+++ SOURCES/python-config	Fri Sep 15 15:48:17 2006
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+import distutils.sysconfig, string
+print "-lpython at VERSION@ -lm -L/usr/lib/python at VERSION@/config",string.join(string.split(distutils.sysconfig.get_config_var("MODLIBS")))
+
================================================================


More information about the pld-cvs-commit mailing list