[arch-commits] Commit in make/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Apr 8 13:39:20 UTC 2020
Date: Wednesday, April 8, 2020 @ 13:39:19
Author: foutrelis
Revision: 379828
archrelease: copy trunk to testing-x86_64
Added:
make/repos/testing-x86_64/PKGBUILD
(from rev 379827, make/trunk/PKGBUILD)
Deleted:
make/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 13:39:15 UTC (rev 379827)
+++ PKGBUILD 2020-04-08 13:39:19 UTC (rev 379828)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=make
-pkgver=4.3
-pkgrel=2
-pkgdesc="GNU make utility to maintain groups of programs"
-arch=('x86_64')
-url="https://www.gnu.org/software/make"
-license=('GPL3')
-groups=('base-devel')
-depends=('glibc' 'guile')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz"{,.sig})
-md5sums=('d5c40e7bd1e97a7404f5d3be982f479a'
- 'SKIP')
-validpgpkeys=('6D4EEB02AD834703510B117680CB727A20C79BB2') # Paul Smith
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --without-guile
- make
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- make -k check
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: make/repos/testing-x86_64/PKGBUILD (from rev 379827, make/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-08 13:39:19 UTC (rev 379828)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=make
+pkgver=4.3
+pkgrel=3
+pkgdesc="GNU make utility to maintain groups of programs"
+arch=('x86_64')
+url="https://www.gnu.org/software/make"
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'guile')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz"{,.sig})
+md5sums=('d5c40e7bd1e97a7404f5d3be982f479a'
+ 'SKIP')
+validpgpkeys=('6D4EEB02AD834703510B117680CB727A20C79BB2') # Paul Smith
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ make -k check
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list