[arch-commits] Commit in autoconf-archive/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri Aug 24 11:39:01 UTC 2018
Date: Friday, August 24, 2018 @ 11:39:00
Author: jelle
Revision: 373695
archrelease: copy trunk to community-any
Added:
autoconf-archive/repos/community-any/PKGBUILD
(from rev 373694, autoconf-archive/trunk/PKGBUILD)
Deleted:
autoconf-archive/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-24 11:38:47 UTC (rev 373694)
+++ PKGBUILD 2018-08-24 11:39:00 UTC (rev 373695)
@@ -1,37 +0,0 @@
-# $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
-}
Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 373694, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-24 11:39:00 UTC (rev 373695)
@@ -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=2
+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