mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Walle <bernhard@bwalle.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] comgt: New package
Date: Sat, 23 Mar 2013 12:45:10 +0100	[thread overview]
Message-ID: <1364039110-27963-2-git-send-email-bernhard@bwalle.de> (raw)
In-Reply-To: <1364039110-27963-1-git-send-email-bernhard@bwalle.de>

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 .../comgt.0.32/0001-Fix-cross-compilation.patch    | 22 +++++++
 patches/comgt.0.32/series                          |  4 ++
 rules/comgt.in                                     |  7 +++
 rules/comgt.make                                   | 67 ++++++++++++++++++++++
 4 files changed, 100 insertions(+)
 create mode 100644 patches/comgt.0.32/0001-Fix-cross-compilation.patch
 create mode 100644 patches/comgt.0.32/series
 create mode 100644 rules/comgt.in
 create mode 100644 rules/comgt.make

diff --git a/patches/comgt.0.32/0001-Fix-cross-compilation.patch b/patches/comgt.0.32/0001-Fix-cross-compilation.patch
new file mode 100644
index 0000000..b8ea7aa
--- /dev/null
+++ b/patches/comgt.0.32/0001-Fix-cross-compilation.patch
@@ -0,0 +1,22 @@
+From: Bernhard Walle <bernhard@bwalle.de>
+Date: Wed, 25 Jul 2012 17:35:00 +0200
+Subject: [PATCH] Fix cross compilation
+
+Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
+---
+ Makefile | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 6028647..412a7b3 100755
+--- a/Makefile
++++ b/Makefile
+@@ -72,8 +72,6 @@ clean:
+ 
+ 
+ comgt: comgt.o
+-	cc comgt.o $(LDFLAGS) -o comgt
+ 
+ comgt.o: comgt.c comgt.h
+-	cc comgt.c $(CFLAGS) 
+ 
diff --git a/patches/comgt.0.32/series b/patches/comgt.0.32/series
new file mode 100644
index 0000000..c471dfc
--- /dev/null
+++ b/patches/comgt.0.32/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-Fix-cross-compilation.patch
+# 42a9d69cd806f97d2b9a444234c6afa5  - git-ptx-patches magic
diff --git a/rules/comgt.in b/rules/comgt.in
new file mode 100644
index 0000000..8b1e11d
--- /dev/null
+++ b/rules/comgt.in
@@ -0,0 +1,7 @@
+## SECTION=networking
+
+config COMGT
+	tristate
+	prompt "comgt"
+	help
+	  Linux UMTS/GPRS command-line tool
diff --git a/rules/comgt.make b/rules/comgt.make
new file mode 100644
index 0000000..5dbb7f1
--- /dev/null
+++ b/rules/comgt.make
@@ -0,0 +1,67 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Bernhard Walle <bernhard@bwalle.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_COMGT) += comgt
+
+#
+# Paths and names
+#
+COMGT_VERSION	:= 0.32
+COMGT_MD5	:= db2452680c3d953631299e331daf49ef
+COMGT		:= comgt.$(COMGT_VERSION)
+COMGT_SUFFIX	:= tgz
+COMGT_URL	:= $(call ptx/mirror, SF, comgt/$(COMGT).$(COMGT_SUFFIX))
+COMGT_SOURCE	:= $(SRCDIR)/$(COMGT).$(COMGT_SUFFIX)
+COMGT_DIR	:= $(BUILDDIR)/$(COMGT)
+COMGT_LICENSE	:= GPL2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+COMGT_CONF_TOOL	:= NO
+COMGT_MAKE_ENV	:= $(CROSS_ENV)
+COMGT_MAKEVARS	:= $(CROSS_ENV)
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/comgt.install:
+	@$(call targetinfo)
+	@install -D -m0755 $(COMGT_DIR)/comgt $(COMGT_PKGDIR)/usr/sbin/comgt
+	@$(call touch)
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/comgt.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, comgt)
+	@$(call install_fixup, comgt,PRIORITY,optional)
+	@$(call install_fixup, comgt,SECTION,base)
+	@$(call install_fixup, comgt,AUTHOR,"Bernhard Walle <bernhard@bwalle.de>")
+	@$(call install_fixup, comgt,DESCRIPTION,missing)
+
+	@$(call install_copy, comgt, 0, 0, 0755, -, /usr/sbin/comgt)
+
+	@$(call install_finish, comgt)
+
+	@$(call touch)
+
+# vim: syntax=make
-- 
1.8.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2013-03-23 11:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-23 11:45 [ptxdist] [PATCH 1/2] usb-modeswitch: " Bernhard Walle
2013-03-23 11:45 ` Bernhard Walle [this message]
2013-03-23 19:18   ` [ptxdist] [PATCH 2/2] comgt: " Michael Olbrich
2013-03-23 19:12 ` [ptxdist] [PATCH 1/2] usb-modeswitch: " Michael Olbrich
2013-03-23 21:11   ` Bernhard Walle
2013-03-23 21:11     ` [ptxdist] [PATCH 2/2] comgt: " Bernhard Walle
2013-03-24  9:48     ` [ptxdist] [PATCH 1/2] usb-modeswitch: " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1364039110-27963-2-git-send-email-bernhard@bwalle.de \
    --to=bernhard@bwalle.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox