dc8cbf88b52f13300434e241b7cd49d9626fe132
[openembedded.git] / recipes / freesmartphone / fso-abyss_git.bb
1 DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon"
2 HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss"
3 AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
4 SECTION = "console/network"
5 DEPENDS = "vala-native dbus dbus-glib libgsm0710mux"
6 LICENSE = "GPL"
7 PV = "0.9.1+gitr${SRCREV}"
8 PR = "r0"
9
10 SRC_URI = "\
11   ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \
12 "
13 S = "${WORKDIR}/git"
14
15 inherit autotools
16
17 FILES_${PN} += "${datadir}"