diff options
-rw-r--r-- | meta/recipes-sato/libical/libical_0.47.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-sato/libical/libical_0.47.bb b/meta/recipes-sato/libical/libical_0.47.bb new file mode 100644 index 0000000000..d711d5fd04 --- /dev/null +++ b/meta/recipes-sato/libical/libical_0.47.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/freeassociation/" | ||
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077" | ||
4 | LICENSE = "LGPLv2.1 | MPL-1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ | ||
6 | file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" | ||
7 | SECTION = "libs" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "21f7f8a21e3d857c9476be732e52dc32" | ||
12 | SRC_URI[sha256sum] = "af4cbb4bb13d9ed3f2262181da9199823feba70802b15cc3e89b263d95da2888" | ||
13 | |||
14 | inherit autotools | ||