[arch-commits] Commit in remake/repos (2 files)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Jan 22 19:57:49 UTC 2022


    Date: Saturday, January 22, 2022 @ 19:57:49
  Author: alerque
Revision: 1113483

archrelease: copy trunk to community-testing-x86_64

Added:
  remake/repos/community-testing-x86_64/
  remake/repos/community-testing-x86_64/PKGBUILD
    (from rev 1113482, remake/trunk/PKGBUILD)

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

Copied: remake/repos/community-testing-x86_64/PKGBUILD (from rev 1113482, remake/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-01-22 19:57:49 UTC (rev 1113483)
@@ -0,0 +1,33 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=remake
+_remakever=dbg-1.6
+pkgver=4.3+${_remakever/-/}
+pkgrel=1
+pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
+arch=('x86_64')
+url="http://bashdb.sourceforge.net/remake/"
+license=('GPL3')
+depends=('glibc' 'guile')
+_archive="$pkgname-${pkgver%+*}+$_remakever"
+source=("https://sourceforge.net/projects/bashdb/files/remake/4.3%2B${_remakever}/$_archive.tar.gz")
+sha256sums=('f6a0c6179cd92524ad5dd04787477c0cd45afb5822d977be93d083b810647b87')
+
+prepare() {
+  cd "$_archive"
+  autoreconf -fi
+}
+
+build() {
+  cd "$_archive"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$_archive"
+  make DESTDIR="${pkgdir}" install
+  rm "$pkgdir"/usr/share/info/make.info{,-1,-2}
+}



More information about the arch-commits mailing list