add recipe for libsmpp34 from git.osmocom.org

this is our local version of libsmpp34 with some fixes/extensions,
mostly related to the build system.
This commit is contained in:
Harald Welte 2013-01-14 01:17:41 +01:00
parent 8c57364452
commit d8a23bc008
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
DESCRIPTION = "C Open SMPP library"
HOMEPAGE = "http://sourceforge.net/projects/c-open-smpp-34/""
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
SECTION = "libs"
DEPENDS = "libxml2"
S = "${WORKDIR}/git"
SRCREV = "a18bad989696b5047fab20e579a6e5a886a4904f"
SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
PV = "1.10+gitr${SRCPV}"
PR = "0"
PARALLEL_MAKE = ""
inherit autotools_stage pkgconfig
PACKAGES =+ "${PN}-apps"
FILES_${PN}-apps = "${bindir}/*"