Skip to content

Instantly share code, notes, and snippets.

@tych0
Created April 15, 2012 22:16
Show Gist options
  • Save tych0/2395084 to your computer and use it in GitHub Desktop.
Save tych0/2395084 to your computer and use it in GitHub Desktop.
Sample xpyb-ng pkg-config file
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/python2.7/xpyb
Name: XPyB
Description: X-protocol Python Binding
Version: 1.3
Libs: -L${libdir} -lxcb
Cflags: -I${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment