diff options
Diffstat (limited to 'extra/guile/Pkgfile')
-rwxr-xr-x | extra/guile/Pkgfile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extra/guile/Pkgfile b/extra/guile/Pkgfile index d6011ac74..46266a8da 100755 --- a/extra/guile/Pkgfile +++ b/extra/guile/Pkgfile @@ -2,19 +2,15 @@ # URL: http://www.gnu.org/software/guile/guile.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch +# Depends on: libunistring, gc name=guile version=2.0.0 release=1 -source=( http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/guile-gcc-4.5.0-doc-1.patch) +source=( http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version -# patch -Np1 -i ../guile-gcc-4.5.0-doc-1.patch -# sed -i -e '20,$ d' \ - # -e 's|slib)|&)\n(load-from-path "slib/guile.init")|' \ - # ice-9/slib.scm ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info |