Update and fix cl-cffi (to 0.11.2)
This commit is contained in:
parent
a083363800
commit
c1aef96e53
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
_name=cffi
|
||||
pkgname=cl-$_name
|
||||
pkgver=0.11.1
|
||||
pkgver=0.11.2
|
||||
pkgrel=1
|
||||
pkgdesc="Common Foreign Function Interface for Common Lisp"
|
||||
arch=('i686' 'x86_64') # 32-bit only? needs gnu/stubs-32.h
|
||||
|
@ -11,7 +11,6 @@ license=('BSD')
|
|||
depends=('common-lisp' 'cl-asdf' 'cl-babel' 'cl-alexandria'
|
||||
'cl-trivial-features')
|
||||
source=("http://common-lisp.net/project/$_name/releases/${_name}_$pkgver.tar.gz")
|
||||
md5sums=('2810e3dfae63fe8585a607186861c7bf')
|
||||
|
||||
package()
|
||||
{
|
||||
|
@ -27,6 +26,7 @@ package()
|
|||
|
||||
install -m 644 "$source"/examples/*.lisp "$destination"/examples
|
||||
install -m 644 "$source"/grovel/*.lisp "$destination"/grovel
|
||||
install -m 644 "$source"/grovel/*.h "$destination"/grovel
|
||||
install -m 644 "$source"/src/*.lisp "$destination"/src
|
||||
install -m 644 "$source"/uffi-compat/*.lisp \
|
||||
"$destination"/uffi-compat
|
||||
|
@ -37,3 +37,5 @@ package()
|
|||
echo "(:tree \"/usr/share/common-lisp/source/$_name\")" \
|
||||
> "$pkgdir"/etc/common-lisp/source-registry.conf.d/20-$_name.conf
|
||||
}
|
||||
|
||||
md5sums=('3a0041bc268a0fad0323669aaaa75dba')
|
||||
|
|
Loading…
Reference in a new issue