blob: 7e37837fd5afc251c4dc4fbd02da35179dd7722d [file] [log] [blame]
Holger Hans Peter Freyther6fe3d672011-11-11 21:37:15 +08001DESCRITOPN = "mISDNutils userspace library"
2HOMEPAGE = "http://misdn.org"
3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
5PR = "r3"
6
7SRC_URI = "git://git.misdn.org/mISDNuser.git \
8 file://misdn-ph-size.diff"
9SRCREV = "609658c19630c01f82cbfb5687fc70a356fc6db5"
10S = "${WORKDIR}/git"
11
12PACKAGES =+ "misdn-tools-dbg misdn-tools"
13
14inherit autotools
15
16FILES_misdn-tools = "${bindir} ${sbindir}"
17FILES_misdn-tools-dbg = "${bindir}/.debug ${sbindir}/.debug"
18RDEPENDS_misdn-tools-dbg = "${PN}-dbg"