diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/wvdial | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/wvdial')
-rw-r--r-- | community/wvdial/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/wvdial/PKGBUILD b/community/wvdial/PKGBUILD deleted file mode 100644 index eedb8df9f..000000000 --- a/community/wvdial/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 64685 2012-02-17 18:33:53Z bluewind $ -# Maintainer: -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: dorphell <dorphell@archlinux.org> - -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 -} |