diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-31 02:47:49 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-20 12:27:59 +0200 |
| commit | 31613424db9b61fd765fe14f8a332564cbeefe5f (patch) | |
| tree | 33afaea82506b3ccb140f9fc7ac9ca2eb250aa6a /meta-gnome | |
| parent | 13be7006d96c35987da92d760522c5eb5a97c199 (diff) | |
| download | meta-openembedded-31613424db9b61fd765fe14f8a332564cbeefe5f.tar.gz | |
gcr: initial add 3.8.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb new file mode 100644 index 0000000000..65309da5c9 --- /dev/null +++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "A library for bits of crypto UI and parsing etc" | ||
| 2 | HOMEPAGE = "http://www.gnome.org/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 7 | |||
| 8 | DEPENDS = "gtk+3 p11-kit" | ||
| 9 | |||
| 10 | inherit autotools gnome gtk-doc | ||
| 11 | |||
| 12 | GNOME_COMPRESS_TYPE="xz" | ||
| 13 | |||
| 14 | SRC_URI[archive.md5sum] = "f5e66afcab19897a0de0590735329fb1" | ||
| 15 | SRC_URI[archive.sha256sum] = "a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1" | ||
| 16 | |||
| 17 | FILES_${PN} += " \ | ||
| 18 | ${datadir}/dbus-1 \ | ||
| 19 | ${datadir}/gcr-3 \ | ||
| 20 | " | ||
