Date: Saturday, October 14, 2017 @ 17:05:18
  Author: alad
Revision: 262765

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

Added:
  mit-scheme/repos/community-testing-i686/
  mit-scheme/repos/community-testing-i686/PKGBUILD
    (from rev 262764, mit-scheme/trunk/PKGBUILD)
  mit-scheme/repos/community-testing-x86_64/
  mit-scheme/repos/community-testing-x86_64/PKGBUILD
    (from rev 262764, mit-scheme/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: mit-scheme/repos/community-testing-i686/PKGBUILD (from rev 262764, 
mit-scheme/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-10-14 17:05:18 UTC (rev 262765)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: peter feigl <[email protected]>
+
+pkgname=mit-scheme
+pkgver=9.2
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source_i686=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz";
+             
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz.sig";)
+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";)
+# Chris Hanson <[email protected]>
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01')
+# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
+md5sums_i686=('b80458f85b9521bdfb0620edc89e3e61'
+              'SKIP')
+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-testing-x86_64/PKGBUILD (from rev 262764, 
mit-scheme/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 17:05:18 UTC (rev 262765)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: peter feigl <[email protected]>
+
+pkgname=mit-scheme
+pkgver=9.2
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source_i686=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz";
+             
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz.sig";)
+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";)
+# Chris Hanson <[email protected]>
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01')
+# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
+md5sums_i686=('b80458f85b9521bdfb0620edc89e3e61'
+              'SKIP')
+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
+}

Reply via email to