aboutsummaryrefslogtreecommitdiff
path: root/libs/quasselc
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* quasselc: remove pointless iconv ldflagRosen Penev2020-09-28
| | | | | | -liconv is included with the glib2 pkgconfig flags. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quasselc: fix compilation with newer glib2Rosen Penev2020-04-18
| | | | | | Needed to fix LDFLAGS variable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quasselc: Fix compilation with uClibc-ngRosen Penev2019-05-12
| | | | | | nls.mk is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quasselc: Update to latest commitRosen Penev2019-01-04
| | | | | | | | Switched to codeload for simpler Makefile. Several adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* quasselc: add new packageBen Rosser2016-11-23
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>