From 4aef0a374e20e36cf2bf6e779d93789d9a5791ae Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Dec 2012 02:17:21 -0800 Subject: Mon Dec 10 02:14:35 PST 2012 --- community/chicken/PKGBUILD | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'community/chicken/PKGBUILD') diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 1abe33063..a035498ff 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 67462 2012-03-11 21:18:54Z lcarlier $ +# $Id: PKGBUILD 81004 2012-12-09 14:30:25Z arodseth $ # Maintainer: Vesa Kaihlavirta # Contributor: +# Contributor: Alexander Rødseth pkgname=chicken -pkgver=4.7.0 -pkgrel=2 -pkgdesc='A compiler for R5RS scheme, featuring handy extensions' -arch=('i686' 'x86_64') +pkgver=4.8.0 +pkgrel=1 +pkgdesc='Compiler for R5RS scheme, featuring handy extensions' +arch=('x86_64' 'i686') url='http://www.call-with-current-continuation.org/' license=('BSD') depends=('gcc') -source=("http://code.call-cc.org/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('9389388fdf04c3c64de29633aae12539') +source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('5b2e8c6b4b13b502d8c684b394d80ed490d2884c03789353d895ab85d19979ab') build() { - cd ${pkgname}-${pkgver} + cd $pkgname-$pkgver # parallel builds are not supported.. export MAKEFLAGS="${MAKEFLAGS/-j?/}" @@ -24,13 +25,14 @@ build() { } package() { - cd ${pkgname}-${pkgver} - + cd $pkgname-$pkgver # parallel builds are not supported.. export MAKEFLAGS="${MAKEFLAGS/-j?/}" - make PLATFORM=linux PREFIX=/usr DESTDIR=${pkgdir} install + make PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install install -D -m644 LICENSE \ - ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + $pkgdir/usr/share/licenses/$pkgname/LICENSE } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf