From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/wvdial/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/wvdial/PKGBUILD (limited to 'community/wvdial') diff --git a/community/wvdial/PKGBUILD b/community/wvdial/PKGBUILD new file mode 100644 index 000000000..eedb8df9f --- /dev/null +++ b/community/wvdial/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 64685 2012-02-17 18:33:53Z bluewind $ +# Maintainer: +# Contributor: Andrea Scarpino +# Contributor: dorphell + +pkgname=wvdial +pkgver=1.61 +pkgrel=4 +pkgdesc="A dialer program to connect to the Internet" +url="http://alumnit.ca/wiki/index.php?page=WvDial" +arch=('i686' 'x86_64') +license=('custom') +depends=('wvstreams' 'ppp' 'gcc-libs') +makedepends=('lockdev') +options=('!makeflags' '!buildflags') +source=("http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") +md5sums=('acd3b2050c9b65fff2aecda6576ee7bc') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure + make LOCKDEV="-llockdev" +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make prefix="${pkgdir}"/usr PPPDIR="${pkgdir}"/etc/ppp/peers install + + install -Dm644 COPYING.LIB "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} -- cgit v1.2.3-54-g00ecf