aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/gsmmux_alpha-2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/gsmmux_alpha-2.bb')
-rw-r--r--recipes/gpephone/gsmmux_alpha-2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpephone/gsmmux_alpha-2.bb b/recipes/gpephone/gsmmux_alpha-2.bb
new file mode 100644
index 0000000000..9a6433a58a
--- /dev/null
+++ b/recipes/gpephone/gsmmux_alpha-2.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+DESCRIPTION = "A GSM (De-)Multiplexer."
+SECTION = "gsm"
+PRIORITY = "optional"
+PR = "r0"
+
+DEPENDS = "glibc"
+
+inherit gpe
+
+SRC_URI = "http://download2.berlios.de/gsmmux/${P}.tar.gz \
+ file://gsmmux-makefile.patch;patch=1;pnum=0"