blob: 0fb619bf72d890d66f0c868ebb510325b8bdd55f (
plain)
1
2
3
4
5
6
7
8
9
10
|
Libical is an Open Source implementation of the iCalendar protocols
and protocol data units.
This version installs into /opt/
To use this library in your slackbuilds instead of the default
15.0's libical-3.0.*, add the following into your config run
PKG_CONFIG_PATH=\
"/opt/libical4/lib$LIBDIRSUFFIX/pkgconfig/:$PKG_CONFIG_PATH"
|