diff options
Diffstat (limited to 'meta-gnome/recipes-support/libical/libical_0.48.bb')
| -rw-r--r-- | meta-gnome/recipes-support/libical/libical_0.48.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/libical/libical_0.48.bb b/meta-gnome/recipes-support/libical/libical_0.48.bb new file mode 100644 index 0000000000..80f629c44b --- /dev/null +++ b/meta-gnome/recipes-support/libical/libical_0.48.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | PR = "r0" | ||
| 10 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ | ||
| 12 | file://pthread-fix.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "e549f434d5fbf9cd156c60ed4943618f" | ||
| 15 | SRC_URI[sha256sum] = "2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0" | ||
| 16 | |||
| 17 | inherit autotools | ||
