blob: d6eae471ea3e73c143412cc9012e88fc7c8fb178 [file] [log] [blame]
Holger Hans Peter Freyther9e130f12012-11-08 08:23:38 +08001DESCRIPTION = "C Open SMPP library"
2HOMEPAGE = "http://sourceforge.net/projects/c-open-smpp-34/""
3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5SECTION = "libs"
6DEPENDS = "libxml2"
7
Holger Hans Peter Freyther12a1b8e2012-11-09 18:32:23 +08008PR = "r3"
Holger Hans Peter Freyther9e130f12012-11-08 08:23:38 +08009
10SRC_URI = "${SOURCEFORGE_MIRROR}/c-open-smpp-34/c-open-smpp-34/libsmpp34-1.10%20%28LGPL%29/libsmpp34-${PV}.tar.gz"
Holger Hans Peter Freyther12a1b8e2012-11-09 18:32:23 +080011SRC_URI = "git://git.osmocom.org/${PN}"
12SRCREV = "9288d59cfdc452fa3a92728149537372ee5c6c56"
13S = "${WORKDIR}/git"
Holger Hans Peter Freyther9e130f12012-11-08 08:23:38 +080014
15PARALLEL_MAKE = ""
16
17inherit autotools
18
Holger Hans Peter Freyther9e130f12012-11-08 08:23:38 +080019