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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 09:18:10 UTC 2018


    Date: Friday, September 14, 2018 @ 09:18:09
  Author: arodseth
Revision: 380841

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 09:18:01 UTC (rev 380840)
+++ PKGBUILD	2018-09-14 09:18:09 UTC (rev 380841)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.8.9
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-options=('staticlibs')
-source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
-sha256sums=('b7f86c794711792ca556ce41f8bc7043dffc395c01bb6d8d119bc2f454f89fbf')
-
-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 380840, gambit-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 09:18:09 UTC (rev 380841)
@@ -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.0
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler'
+arch=('x86_64')
+url='http://gambitscheme.org/'
+license=('LGPL' 'Apache')
+options=('staticlibs')
+makedepends=('git')
+source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
+sha256sums=('4e3edc88aaf035c521c7e764f009d27573c55e9b2e271a5b5ef91322b4bcce73')
+
+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:



More information about the arch-commits mailing list