blob: ded0d407321bfbba0bddd3a4fc1a657ec05373f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
SECTION = "libs"
LICENSE = "LGPL / MPL"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz"
inherit autotools
do_stage () {
autotools_stage_all
}
|