1 #Contributor: tantalum <tantalum at online dot de>
5 pkgdesc='A server framework for the Guile 2.0 Scheme interpreter derived from the GNU Serveez project'
8 depends=('guile>=1.9.14' glibc make)
9 url=https://github.com/spk121/serveez-mg/raw/master/doc/serveez-mg.txt
10 source=(https://github.com/downloads/spk121/${pkgname}/${pkgname}-${pkgver}.tar.gz)
11 md5sums=(f53972ce232ce4000f4114982cee372f)
14 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr || return 1
17 make && make DESTDIR=${pkgdir} install || return 1
20 if [ -e ${pkgdir}/usr/share/info ]; then
21 rm -r ${pkgdir}/usr/share/info