mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
538 B
BlitzBasic
15 lines
538 B
BlitzBasic
SUMMARY = "(OTR) Messaging allows you to have private conversations over instant messaging"
|
|
HOMEPAGE = "http://www.cypherpunks.ca/otr/"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
|
|
DEPENDS = "libgcrypt libgpg-error"
|
|
|
|
SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \
|
|
file://fix_qa-issue_include.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "00979dca82d70383fcd1b01f3974363c"
|
|
SRC_URI[sha256sum] = "3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4"
|
|
|
|
inherit autotools pkgconfig
|