wok-4.x diff clisp/receipt @ rev 9839
Removed perl-html-entiites. Use perl-html-parser instead.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 14:07:10 2011 +0000 (2011-05-15) |
parents | 0c300d0368f1 |
children | 36a3008ee2e1 |
line diff
1.1 --- a/clisp/receipt Fri Dec 24 13:45:07 2010 +0000 1.2 +++ b/clisp/receipt Sun May 15 14:07:10 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="GNU ANSI common lisp implementation." 1.5 MAINTAINER="paul@slitaz.org" 1.6 DEPENDS="readline ncurses" 1.7 -BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale" 1.8 +BUILD_DEPENDS="libsigsegv libffcall glibc-locale" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://clisp.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -16,19 +16,16 @@ 1.13 { 1.14 cd $src 1.15 1.16 - # Increase stack size to build. 1.17 - ulimit -s 16384 1.18 + # CFLAGS/CXXFLAGS/MAKEFLAGS screw the build process. 1.19 + unset CFLAGS CXXFLAGS MAKEFLAGS 1.20 1.21 ./configure \ 1.22 - --prefix=/usr \ 1.23 --with-libsigsegv \ 1.24 - --infodir=/usr/share/info \ 1.25 - --mandir=/usr/share/man \ 1.26 --cbc build && 1.27 1.28 # Be careful - unusual build rules! 1.29 cd build && 1.30 - make DESTDIR=$src/_pkg install 1.31 + make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.