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.
This commit is contained in:
parent
1a69fbaf0d
commit
71a7aa985c
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
_name=clark
|
_name=clark
|
||||||
pkgname=$_name-git
|
pkgname=$_name-git
|
||||||
pkgver=20130604
|
pkgver=20130606
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Store bookmarks, in common lisp."
|
pkgdesc="Store bookmarks, in common lisp."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,15 +18,10 @@ pkgver()
|
||||||
git log -1 --pretty=format:"%cd" --date=short | sed s/-//g
|
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()
|
build()
|
||||||
{
|
{
|
||||||
cd "$srcdir/$_name"
|
cd "$srcdir/$_name"
|
||||||
make
|
make LISP="sbcl --no-userinit --disable-debugger --eval \"(require 'sb-posix)\""
|
||||||
}
|
}
|
||||||
|
|
||||||
package()
|
package()
|
||||||
|
|
Loading…
Reference in a new issue