[arch-commits] Commit in gambit-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 23:41:28 UTC 2022


    Date: Sunday, April 24, 2022 @ 23:41:28
  Author: allan
Revision: 1189710

archrelease: copy trunk to community-x86_64

Added:
  gambit-c/repos/community-x86_64/PKGBUILD
    (from rev 1189709, gambit-c/trunk/PKGBUILD)
Deleted:
  gambit-c/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 23:41:05 UTC (rev 1189709)
+++ PKGBUILD	2022-04-24 23:41:28 UTC (rev 1189710)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.9.4
-pkgrel=2
-pkgdesc='Efficient implementation of the Scheme programming language'
-arch=(x86_64)
-url='https://github.com/gambit/gambit'
-license=(Apache LGPL)
-options=(staticlibs !lto)
-makedepends=(git setconf)
-source=("${pkgname/-c}-$pkgver.tar.gz::https://gambitscheme.org/latest/gambit-v${pkgver//./_}.tgz")
-b2sums=('f2d638a8ab901fb9d14d2f91291dd732e66913f18dc4e6c9c50af7aa1aafa49e97bdd7a704dfd1f14fa71aa16a859fe9b7a7bcbc5ee5953a1dac56966071148b')
-
-prepare() {
-  setconf -d ${pkgname/-c}-$pkgver/include/stamp-release.h \
-    ___STAMP_RELEASE_VERSION=\"v$pkgver\"
-}
-
-build() {
-  cd ${pkgname/-c}-$pkgver
-  ./configure \
-    --docdir=/usr/share/doc/gambit-c \
-    --enable-gcc-opts \
-    --enable-single-host \
-    --infodir=/usr/share/info \
-    --libdir=/usr/lib/gambit-c \
-    --prefix=/usr
-  make
-}
-
-package() {
-  make -C ${pkgname/-c}-$pkgver install DESTDIR="$pkgdir"
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: github.com/gambit/gambit/releases/latest

Copied: gambit-c/repos/community-x86_64/PKGBUILD (from rev 1189709, gambit-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 23:41:28 UTC (rev 1189710)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.9.4
+pkgrel=3
+pkgdesc='Efficient implementation of the Scheme programming language'
+arch=(x86_64)
+url='https://github.com/gambit/gambit'
+license=(Apache LGPL)
+options=(staticlibs !lto)
+makedepends=(git setconf)
+source=("${pkgname/-c}-$pkgver.tar.gz::https://gambitscheme.org/latest/gambit-v${pkgver//./_}.tgz")
+b2sums=('f2d638a8ab901fb9d14d2f91291dd732e66913f18dc4e6c9c50af7aa1aafa49e97bdd7a704dfd1f14fa71aa16a859fe9b7a7bcbc5ee5953a1dac56966071148b')
+
+prepare() {
+  setconf -d ${pkgname/-c}-$pkgver/include/stamp-release.h \
+    ___STAMP_RELEASE_VERSION=\"v$pkgver\"
+}
+
+build() {
+  cd ${pkgname/-c}-$pkgver
+  ./configure \
+    --docdir=/usr/share/doc/gambit-c \
+    --enable-gcc-opts \
+    --enable-single-host \
+    --infodir=/usr/share/info \
+    --libdir=/usr/lib/gambit-c \
+    --prefix=/usr
+  make
+}
+
+package() {
+  make -C ${pkgname/-c}-$pkgver install DESTDIR="$pkgdir"
+  # /usr/bin/gsc conflicts with ghostscript
+  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# getver: github.com/gambit/gambit/releases/latest



More information about the arch-commits mailing list