[arch-commits] Commit in wvdial/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:23:14 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:23:14
  Author: felixonmars
Revision: 333873

archrelease: copy trunk to community-x86_64

Added:
  wvdial/repos/community-x86_64/PKGBUILD
    (from rev 333872, wvdial/trunk/PKGBUILD)
Deleted:
  wvdial/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:22:48 UTC (rev 333872)
+++ PKGBUILD	2018-05-31 02:23:14 UTC (rev 333873)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=wvdial
-pkgver=1.61
-pkgrel=6
-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=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/${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
-}

Copied: wvdial/repos/community-x86_64/PKGBUILD (from rev 333872, wvdial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:23:14 UTC (rev 333873)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=wvdial
+pkgver=1.61
+pkgrel=7
+pkgdesc="A dialer program to connect to the Internet"
+url="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
+arch=('x86_64')
+license=('custom')
+depends=('wvstreams' 'ppp' 'gcc-libs')
+makedepends=('lockdev')
+options=('!makeflags' '!buildflags')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e949632583d889ad040c284f42c46790d247fffbc2d5e926c4b5836c970002f07741d26d052489bdc9c8144dcbb62a12851a3c275a5cecd5393d2722f43bb49a')
+
+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
+}



More information about the arch-commits mailing list