Date: Thursday, November 10, 2022 @ 00:15:42
Author: foutrelis
Revision: 461053
archrelease: copy trunk to staging-x86_64
Added:
make/repos/staging-x86_64/PKGBUILD
(from rev 461052, make/trunk/PKGBUILD)
make/repos/staging-x86_64/keys/
Deleted:
make/repos/staging-x86_64/PKGBUILD
make/repos/staging-x86_64/keys/
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-10 00:15:37 UTC (rev 461052)
+++ PKGBUILD 2022-11-10 00:15:42 UTC (rev 461053)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: judd <[email protected]>
-
-pkgname=make
-pkgver=4.3
-pkgrel=4
-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
-}
Copied: make/repos/staging-x86_64/PKGBUILD (from rev 461052,
make/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-10 00:15:42 UTC (rev 461053)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: judd <[email protected]>
+
+pkgname=make
+pkgver=4.3
+pkgrel=5
+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
+}