Signed-off-by: Khem Raj <raj.khem@gmail.com>
authorMichal Hrusecky <miska@atrey.karlin.mff.cuni.cz>
Sat, 14 Feb 2009 09:11:20 +0000 (01:11 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sat, 14 Feb 2009 09:11:20 +0000 (01:11 -0800)
minicom_2.3.bb: New recipe.

conf/checksums.ini
packages/minicom/minicom_2.3.bb [new file with mode: 0644]

index b7c09f1..f12bb35 100644 (file)
@@ -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 (file)
index 0000000..5b32401
--- /dev/null
@@ -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
+}