quasselc: add new package
authorBen Rosser <rosser.bjr@gmail.com>
Tue, 1 Nov 2016 02:19:25 +0000 (22:19 -0400)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 24 Nov 2016 02:11:50 +0000 (20:11 -0600)
commitd8211a96599f83144376bb71fc66692c5cd7dc2c
tree9795a905397f26db819430a4142b948f5798a3cd
parentabebd4e75615bd35591bddb1d4adf6569cb82b6f
quasselc: add new package

quasselc is a library providing an API to access a Quassel core
in pure C. Quassel is a distributed IRC client where the core
can run independently of the interface(s). This library provides
a C API for programs that wish to implement the Quassel protocol.

Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
libs/quasselc/Makefile [new file with mode: 0644]
libs/quasselc/patches/001-respect-cflags-ldflags.patch [new file with mode: 0644]