blob: ead05d2465379829a61af386a8f0e96df6374f80 [file] [log] [blame]
Harald Welted8a23bc2013-01-14 01:17:41 +01001DESCRIPTION = "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
8S = "${WORKDIR}/git"
9SRCREV = "a18bad989696b5047fab20e579a6e5a886a4904f"
10SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
11PV = "1.10+gitr${SRCPV}"
12PR = "0"
13
14PARALLEL_MAKE = ""
15
16inherit autotools_stage pkgconfig
17
18PACKAGES =+ "${PN}-apps"
19FILES_${PN}-apps = "${bindir}/*"
20