[arch-commits] Commit in chicken/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jan 31 20:35:14 UTC 2013


    Date: Thursday, January 31, 2013 @ 21:35:14
  Author: arodseth
Revision: 83420

upgpkg: chicken 4.8.0.1-1

Modified:
  chicken/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-31 20:33:20 UTC (rev 83419)
+++ PKGBUILD	2013-01-31 20:35:14 UTC (rev 83420)
@@ -1,38 +1,31 @@
 # $Id$
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
 # Contributor: <david at pako.st>
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.8.0
+pkgver=4.8.0.1
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
-url='http://www.call-with-current-continuation.org/'
+url='http://call-cc.org/'
 license=('BSD')
 depends=('gcc')
-source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5b2e8c6b4b13b502d8c684b394d80ed490d2884c03789353d895ab85d19979ab')
+source=("http://code.call-cc.org/releases/${pkgver/.1}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-
-  # some yummy make options there. check out README in the tarball.
-  make PLATFORM=linux PREFIX=/usr
+  make -j1 PLATFORM=linux PREFIX=/usr
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-  make PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -D -m644 LICENSE \
-    $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list