opt/guile/Pkgfile
2007-02-16 10:59:33 -06:00

23 lines
529 B
Plaintext

# Description: embeddable library implementation of Scheme
# URL: http://www.gnu.org/software/guile/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: libgmp
name=guile
version=1.8.1
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
$name-1.8-rational.patch)
build() {
cd $name-$version
patch -p0 -i $SRC/$name-1.8-rational.patch
./configure --prefix=/usr \
--with-threads \
--with-modules \
--enable-deprecation=no
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
}