summaryrefslogtreecommitdiff
path: root/packages/gsm/libgsmd_svn.bb
blob: 860adf3b0a8f5a45231f623b2034fda87e1ed5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
HOMEPAGE = "http://www.openmoko.org"
LICENSE = "GPL"
SECTION = "libs/gsm"
PROVIDES += "gsmd"
PV = "0.0+svn${SRCDATE}"
PR = "r2"

SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http"
S = "${WORKDIR}/gsm"

inherit autotools pkgconfig

do_stage() {
    autotools_stage_all
}

PACKAGES =+ "${PN}-tools gsmd"
RDEPENDS_${PN} = "gsmd"
FILES_${PN}-tools = "${bindir}/*"
FILES_gsmd = "${sbindir}/gsmd"

PACKAGES_DYNAMIC = "libgsmd* gsmd"