Skip to content

Instantly share code, notes, and snippets.

@SilverRainZ
Last active July 17, 2016 13:02
Show Gist options
  • Save SilverRainZ/af72b0fe71ed80dfb4fa87d74805abe0 to your computer and use it in GitHub Desktop.
Save SilverRainZ/af72b0fe71ed80dfb4fa87d74805abe0 to your computer and use it in GitHub Desktop.
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libircclient
Description: Small but powerful library, which implements client-server IRC protocol
Version: 1.8
Requires:
Libs: -L${libdir} -lircclient
Cflags: -I${includedir}/libircclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment