1 # Contributor: tantalum <tantalum at online dot de>
5 pkgdesc='G-Wrap is a tool, and guile library, for generating function wrappers for inter-language calls'
8 depends=('guile>=1.8.5' 'guile-lib>=0.1.2' libffi)
9 url='http://www.nongnu.org/g-wrap/'
10 source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz")
11 md5sums=(fef7ec5e2ff5192221ed6e97fe93bcb9)
15 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr --disable-Werror||return 1
19 make DESTDIR=${pkgdir} install ||return 1
22 if [ -e ${pkgdir}/usr/share/info/dir ]; then
23 rm ${pkgdir}/usr/share/info/dir