aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-abyss_git.bb
blob: e098c5fd619f0509565f1dd0c508c25765555c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon"
HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
DEPENDS = "vala-native dbus dbus-glib libgsm0710mux libfsobasics"
LICENSE = "GPL"
PV = "0.9.0+gitr${SRCPV}"
PR = "r1"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"

inherit autotools

FILES_${PN} += "${datadir}"