[arch-commits] Commit in remake (5 files)

Baptiste Jonglez zorun at archlinux.org
Fri Aug 25 17:24:35 UTC 2017


    Date: Friday, August 25, 2017 @ 17:24:35
  Author: zorun
Revision: 253396

archrelease: copy trunk to community-i686, community-x86_64

Added:
  remake/repos/
  remake/repos/community-i686/
  remake/repos/community-i686/PKGBUILD
    (from rev 253395, remake/trunk/PKGBUILD)
  remake/repos/community-x86_64/
  remake/repos/community-x86_64/PKGBUILD
    (from rev 253395, remake/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: remake/repos/community-i686/PKGBUILD (from rev 253395, remake/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-08-25 17:24:35 UTC (rev 253396)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Based on extra/make
+
+pkgname=remake
+pkgver=4.2.1+dbg1.1
+pkgrel=1
+pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
+arch=('i686' 'x86_64')
+url="http://bashdb.sourceforge.net/remake/"
+license=('GPL3')
+depends=('glibc' 'guile')
+source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2Bdbg-1.1/remake-4.2.1%2Bdbg1.1.tar.bz2")
+sha256sums=('fdfbbceb8d1a20062d060a3498d5c86151ec1b5d9b5145379a1e6fba27f13d7b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv "$pkgdir/usr/include/gnumake.h" "$pkgdir/usr/include/remake.h"
+}

Copied: remake/repos/community-x86_64/PKGBUILD (from rev 253395, remake/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-08-25 17:24:35 UTC (rev 253396)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Based on extra/make
+
+pkgname=remake
+pkgver=4.2.1+dbg1.1
+pkgrel=1
+pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
+arch=('i686' 'x86_64')
+url="http://bashdb.sourceforge.net/remake/"
+license=('GPL3')
+depends=('glibc' 'guile')
+source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2Bdbg-1.1/remake-4.2.1%2Bdbg1.1.tar.bz2")
+sha256sums=('fdfbbceb8d1a20062d060a3498d5c86151ec1b5d9b5145379a1e6fba27f13d7b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv "$pkgdir/usr/include/gnumake.h" "$pkgdir/usr/include/remake.h"
+}



More information about the arch-commits mailing list