diff options
author | Holger Freyther <zecke@selfish.org> | 2008-04-12 16:28:53 +0000 |
---|---|---|
committer | Holger Freyther <ich@tamarin.(none)> | 2008-10-15 18:53:44 +0200 |
commit | a6f6def24cf4b00653359079d7856861b9a71e47 (patch) | |
tree | 2b86234eb4361eda4a3c834c138090a2d060763b /packages/wvdial | |
parent | e85c6582748c96cfc09dec0e20cdb9b8e7eae86a (diff) |
wvdial: Add wvdial 1.6.0
Diffstat (limited to 'packages/wvdial')
-rw-r--r-- | packages/wvdial/wvdial_1.60.bb | 15 |
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 +} |