Last active
July 17, 2016 13:02
-
-
Save SilverRainZ/af72b0fe71ed80dfb4fa87d74805abe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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