1 # Contributor: Brit Butler <redline6561@gmail.com>
2 # Maintainer: Brit Butler <redline6561@gmail.com>
4 pkgname=ecl-unicode-git
7 pkgdesc="Embeddable Common Lisp"
9 url="http://sourceforge.net/projects/ecls/"
11 depends=('bash' 'gmp')
12 makedepends=('texinfo' 'git')
13 provides=('common-lisp' 'cl-asdf' 'ecl')
14 conflicts=('ecl' 'ecl-unicode')
15 options=('!makeflags')
17 _gitroot=git://ecls.git.sourceforge.net/gitroot/ecls/${_gitname}
23 git clone ${_gitroot} ${_gitname}
24 cd $srcdir/${_gitname}
25 sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure || return 1
26 ./configure --build=$CHOST \
33 --enable-boehm=local \
40 make DESTDIR=$pkgdir install || return 1