Date: Thursday, October 12, 2017 @ 13:55:54 Author: alad Revision: 262456
Added to community Added: mit-scheme/ mit-scheme/repos/ mit-scheme/trunk/ mit-scheme/trunk/PKGBUILD ----------+ PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) Added: mit-scheme/trunk/PKGBUILD =================================================================== --- mit-scheme/trunk/PKGBUILD (rev 0) +++ mit-scheme/trunk/PKGBUILD 2017-10-12 13:55:54 UTC (rev 262456) @@ -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 +} Property changes on: mit-scheme/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
