libcdr: initial add 0.1.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
14
recipes-support/libcdr/libcdr_0.1.1.bb
Normal file
14
recipes-support/libcdr/libcdr_0.1.1.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "CorelDraw file format importer library for LibreOffice"
|
||||
HOMEPAGE = "https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
|
||||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.MPL;md5=815ca599c9df247a0c7f619bab123dad \
|
||||
"
|
||||
|
||||
SRC_URI = "http://dev-www.libreoffice.org/src/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "b33fd0be3befdd1b37777e08ce058bd9"
|
||||
SRC_URI[sha256sum] = "72fe7bbbf2275242acdf67ad2f9b6c71ac9146a56c409def360dabcac5695b49"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "icu lcms librevenge"
|
||||
Reference in New Issue
Block a user