From 71a7aa985ccda0de55ae23a423fd426989b4fbaa Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jun 2013 23:01:05 +0200 Subject: Bump clark-git to 20130606 Due to some changes in the code the `prepare' function is no longer needed, the sbcl to call can be specified with the `LISP' make variable. --- clark-git/PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'clark-git') diff --git a/clark-git/PKGBUILD b/clark-git/PKGBUILD index 0031fdb..3492ec8 100644 --- a/clark-git/PKGBUILD +++ b/clark-git/PKGBUILD @@ -1,6 +1,6 @@ _name=clark pkgname=$_name-git -pkgver=20130604 +pkgver=20130606 pkgrel=1 pkgdesc="Store bookmarks, in common lisp." arch=('x86_64') @@ -18,15 +18,10 @@ pkgver() git log -1 --pretty=format:"%cd" --date=short | sed s/-//g } -prepare() { - cd "$srcdir/$_name/lisp" - sed -i "s/^\(LISP.*\)/\1 --no-userinit --eval \"(require :sb-posix)\"/" Makefile -} - build() { cd "$srcdir/$_name" - make + make LISP="sbcl --no-userinit --disable-debugger --eval \"(require 'sb-posix)\"" } package() -- cgit v1.2.3-54-g00ecf