[arch-commits] Commit in mit-scheme/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alad Wenter
alad at archlinux.org
Sat Aug 17 23:58:19 UTC 2019
Date: Saturday, August 17, 2019 @ 23:58:18
Author: alad
Revision: 500044
archrelease: copy trunk to community-x86_64
Added:
mit-scheme/repos/community-x86_64/PKGBUILD
(from rev 500043, mit-scheme/trunk/PKGBUILD)
Deleted:
mit-scheme/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-17 22:43:13 UTC (rev 500043)
+++ PKGBUILD 2019-08-17 23:58:18 UTC (rev 500044)
@@ -1,31 +0,0 @@
-# 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=10.1.10
-pkgrel=1
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source=("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>
-sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
- '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 500043, mit-scheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-17 23:58:18 UTC (rev 500044)
@@ -0,0 +1,31 @@
+# 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=10.1.10
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source=("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>
+sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
+ '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