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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 13 13:19:02 UTC 2019


    Date: Wednesday, February 13, 2019 @ 13:19:00
  Author: arodseth
Revision: 432061

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-13 13:18:49 UTC (rev 432060)
+++ PKGBUILD	2019-02-13 13:19:00 UTC (rev 432061)
@@ -1,39 +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.2
-pkgrel=1
-pkgdesc='Efficient implementation of the Scheme programming language'
-arch=(x86_64)
-# http://gambitscheme.org/ is down sometimes
-url='https://github.com/gambit/gambit'
-license=(LGPL Apache)
-options=(staticlibs)
-makedepends=(git)
-source=("$pkgname-$pkgver.tgz::https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
-sha256sums=('bbcb47ce1075607b8560bd249f636056746eee588b9af1801d92f71beaa8f2f6')
-
-build() {
-  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure \
-    --prefix=/usr \
-    --docdir=/usr/share/doc/gambit-c \
-    --infodir=/usr/share/info \
-    --libdir=/usr/lib/gambit-c \
-    --enable-gcc-opts \
-    --enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" 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: -u 2 gambitscheme.org/wiki/index.php/Main_Page
-# vim: ts=2 sw=2 et:

Copied: gambit-c/repos/community-x86_64/PKGBUILD (from rev 432060, gambit-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-13 13:19:00 UTC (rev 432061)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.9.3
+pkgrel=1
+pkgdesc='Efficient implementation of the Scheme programming language'
+arch=(x86_64)
+url='https://github.com/gambit/gambit'
+license=(LGPL Apache)
+options=(staticlibs)
+makedepends=(git)
+source=("$pkgname-$pkgver.tgz::https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
+sha256sums=('4321ea0042f349eef673d2607a39c24f72e223aaf63f60298fffb7365f60fe53')
+
+build() {
+  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
+
+  ./configure \
+    --prefix=/usr \
+    --docdir=/usr/share/doc/gambit-c \
+    --infodir=/usr/share/info \
+    --libdir=/usr/lib/gambit-c \
+    --enable-gcc-opts \
+    --enable-single-host
+  make
+}
+
+package() {
+  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" 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
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list