aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libical/libical_0.44.bb
blob: e1889bc71b7a13e7c1bfd3ca5dc077b4c2ebe8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}