[oe-commits] Michal Hrusecky : Signed-off-by: Khem Raj <raj.khem at gmail.com>

GIT User account git at amethyst.openembedded.net
Sat Feb 14 09:12:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ad3a3c39857c81f7c341f5fa4d03056593cb77b3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ad3a3c39857c81f7c341f5fa4d03056593cb77b3

Author: Michal Hrusecky <miska at atrey.karlin.mff.cuni.cz>
Date:   Sat Feb 14 01:11:20 2009 -0800

Signed-off-by: Khem Raj <raj.khem at gmail.com>

minicom_2.3.bb: New recipe.

---

 conf/checksums.ini              |    4 ++++
 packages/minicom/minicom_2.3.bb |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b7c09f1..f12bb35 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14962,6 +14962,10 @@ sha256=7f9c937c0f04760d215f7e7d9ca2709f8148e69be2693206d1ae81e2c88a656e
 md5=1c8f3b247c38fb16c3c2170df9fc102a
 sha256=7f04535b3839fbbb0affa780108c32c330b924caf4e41dacd57dd23aa1fec392
 
+[http://alioth.debian.org/frs/download.php/2332/minicom-2.3.tar.gz]
+md5=0ebe7a91898384ca906787cc4e2c3f25
+sha256=2acbc3d4a07e1134ee285a72fa44bbc27703b02dba02be68db9e6fd8320356fb
+
 [http://gpe.linuxtogo.org/download/source/minilite-0.41.tar.gz]
 md5=135996a65350d5c40a2c020a2ddaf5ef
 sha256=2e01c8375e7d876a44b8703e00958aea88967124c1a9631031c4ea8019f5dd32
diff --git a/packages/minicom/minicom_2.3.bb b/packages/minicom/minicom_2.3.bb
new file mode 100644
index 0000000..5b32401
--- /dev/null
+++ b/packages/minicom/minicom_2.3.bb
@@ -0,0 +1,11 @@
+SECTION = "console/network"
+DEPENDS = "ncurses"
+LICENSE = "GPL"
+SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
+	"
+
+inherit autotools gettext
+
+do_install() {
+	for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
+}





More information about the Openembedded-commits mailing list