From fc59eb4d08a78b5de1dfd229d00aff9412c76b8b Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 6 Feb 2009 13:34:13 +0100 Subject: fso-abyss: new recipe; next-generation user-space GSM 07.10 multiplexer --- packages/freesmartphone/fso-abyss_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/freesmartphone/fso-abyss_git.bb (limited to 'packages/freesmartphone') diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb new file mode 100644 index 0000000000..7038d5e0f9 --- /dev/null +++ b/packages/freesmartphone/fso-abyss_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon" +HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss" +AUTHOR = "Michael 'Mickey' Lauer " +SECTION = "console/network" +DEPENDS = "vala-native dbus dbus-glib libgee" +LICENSE = "GPL" +PV = "0.1.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools + +RDEPENDS = "dbus dbus-glib" +RCONFLICTS = "gsm0710muxd fso-gsm0710muxd" + +FILES_${PN} += "${datadir} ${sysconfdir}" -- cgit v1.2.3