[arch-commits] Commit in mit-scheme/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 4 06:51:29 UTC 2018


    Date: Wednesday, April 4, 2018 @ 06:51:28
  Author: bpiotrowski
Revision: 314069

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
    (from rev 314068, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 06:51:22 UTC (rev 314068)
+++ PKGBUILD	2018-04-04 06:51:28 UTC (rev 314069)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: peter feigl <peter.feigl at gmail.com>
-
-pkgname=mit-scheme
-pkgver=9.2
-pkgrel=2
-pkgdesc='MIT/GNU Scheme'
-url='http://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source_x86_64=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
-               "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson <cph at chris-hanson.org>
-# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
-md5sums_x86_64=('9fcc6c156e53efeb0560996551fa0a57'
-                'SKIP')
-
-build() {
-    cd "$pkgname-$pkgver"/src
-    ./configure --prefix=/usr \
-        --with-x \
-        --enable-native-code
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"/src
-    make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 314068, mit-scheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 06:51:28 UTC (rev 314069)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: peter feigl <peter.feigl at gmail.com>
+
+pkgname=mit-scheme
+pkgver=9.2
+pkgrel=3
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source_x86_64=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
+               "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson <cph at chris-hanson.org>
+# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
+md5sums_x86_64=('9fcc6c156e53efeb0560996551fa0a57'
+                'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"/src
+    ./configure --prefix=/usr \
+        --with-x \
+        --enable-native-code
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"/src
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list