summaryrefslogtreecommitdiffstats
path: root/recipes/libical/libical_0.27.bb
blob: b41b2e688aca11901fc1ddbb803beda20d2ce8cf (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 = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
           file://pthread-link.patch;patch=1"


inherit autotools

do_stage () {
    autotools_stage_all
}