summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-04-12 16:28:53 +0000
committerHolger Freyther <ich@tamarin.(none)>2008-10-15 18:53:44 +0200
commita6f6def24cf4b00653359079d7856861b9a71e47 (patch)
tree2b86234eb4361eda4a3c834c138090a2d060763b /packages
parente85c6582748c96cfc09dec0e20cdb9b8e7eae86a (diff)
wvdial: Add wvdial 1.6.0
Diffstat (limited to 'packages')
-rw-r--r--packages/wvdial/wvdial_1.60.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/wvdial/wvdial_1.60.bb b/packages/wvdial/wvdial_1.60.bb
new file mode 100644
index 0000000000..c4a003a2ec
--- /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
+}