1 # Contibutor: Thomas Dziedzic < gostrc at gmail >
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
7 pkgdesc='A lisp system for sawfish - git version.'
9 url='http://sawfish.wikia.com'
11 depends=('gmp' 'gdbm')
13 provides=('librep=0.92.1')
16 install=librep.install
18 _gitroot='git://git.tuxfamily.org/gitroot/librep/main.git'
22 # msg "Connecting to GIT server...."
24 if [ -d $_gitname ] ; then
25 (cd $_gitname && git pull origin)
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
33 [ -d $_gitname-build ] && rm -rf $_gitname-build
34 git clone $_gitname $_gitname-build
37 ./configure --disable-static \
39 --libexecdir=/usr/lib/$pkgname \
43 sed -i 's#makeinfo --no-split#makeinfo --force --no-split#' man/Makefile
48 # create some directories or make install fails
49 install -d $pkgdir/usr/{share/aclocal,lib/pkgconfig}
50 make DESTDIR=$pkgdir install