[oe-commits] Holger Freyther : wvdial: Add wvdial 1.6.0

GIT User account git at amethyst.openembedded.net
Wed Oct 15 16:55:49 UTC 2008


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

Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Apr 12 16:28:53 2008 +0000

wvdial: Add wvdial 1.6.0

---

 conf/checksums.ini             |    4 ++++
 packages/wvdial/wvdial_1.60.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index ff2be7e..e95f466 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14698,6 +14698,10 @@ sha256=2f9755e2e3f96d26380857ef95be7765e6e276f6b53194c70633c027485d67f0
 md5=907b0cba8931553d848620ea16f006b9
 sha256=cff48f9a87e94672c7a819661a3a5c893ee44e763c6e5775d00aff3de43619b1
 
+[http://www.alumnit.ca/download/wvdial-1.60.tar.gz]
+md5=27fbbde89f8fd9f6e735a8efa5217fc9
+sha256=0c65ea807950fab32e659d1869a7167ff978502bd5d0159dbe9de90eb6c2e16b
+
 [http://downloads.sourceforge.net/wvware/wv-1.2.0.tar.gz]
 md5=b6319d5e75611fe2210453b5feb82c0c
 sha256=a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4
diff --git a/packages/wvdial/wvdial_1.60.bb b/packages/wvdial/wvdial_1.60.bb
new file mode 100644
index 0000000..c4a003a
--- /dev/null
+++ b/packages/wvdial/wvdial_1.60.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
+DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
+
+LICENSE = "LGPL"
+SRC_URI = "http://www.alumnit.ca/download/wvdial-1.60.tar.gz"
+
+DEPENDS = "wvstreams"
+RDEPENDS = "ppp"
+
+EXTRA_OEMAKE = ""
+export WVLINK="${LD}"
+
+do_install() {
+    oe_runmake prefix=${D}/usr PPPDIR=${D}/etc install
+}





More information about the Openembedded-commits mailing list