[arch-commits] Commit in autoconf-archive/repos/community-any (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Mar 14 13:12:21 UTC 2018


    Date: Wednesday, March 14, 2018 @ 13:12:18
  Author: eschwartz
Revision: 307691

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
    (from rev 307690, autoconf-archive/trunk/PKGBUILD)
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 13:11:52 UTC (rev 307690)
+++ PKGBUILD	2018-03-14 13:12:18 UTC (rev 307691)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Daniel Müllner <muellner at math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2017.09.28
-pkgrel=1
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="https://www.gnu.org/software/autoconf-archive/"
-license=('GPL')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-source=(https://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5c9fb5845b38b28982a3ef12836f76b35f46799ef4a2e46b48e2bd3c6182fa01'
-            'SKIP')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 307690, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-14 13:12:18 UTC (rev 307691)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Daniel Müllner <muellner at math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2018.03.13
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="https://www.gnu.org/software/autoconf-archive/"
+license=('GPL3')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159'
+            'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons <simons at cryp.to>
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make check
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list