mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
This adds package gammu v 1.33.0 to the build tree
Gammu is a tool for cell phone/modem control, including send/receive SMS, phone directory and other. Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 68 +++++++++++++++++++++++++++++++ files/gammurc | 37 ++++++++++++++++ patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++ patches/002-no-fstack-protector.patch | 11 +++++ patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++ patches/010-utils-shell-fix.patch | 16 +++++++ 6 files changed, 226 insertions(+)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/utils/gammu-config
|
||||
+++ b/utils/gammu-config
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# Gammu configuration generator
|
||||
# Copyright (C) 2003 - 2009 Michal Cihar <michal@cihar.com>
|
||||
# vim: expandtab sw=4 ts=4 sts=4:
|
||||
--- a/utils/jadmaker
|
||||
+++ b/utils/jadmaker
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# JAD file generator
|
||||
# Copyright © 2008 - 2009 Michal Čihař <michal@cihar.com>
|
||||
# vim: expandtab sw=4 ts=4 sts=4:
|
||||
Reference in New Issue
Block a user