wok-stable rev 10295
clisp: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 18:41:53 2011 +0000 (2011-05-21) |
parents | 89193566dcbe |
children | 60943ee2c8db |
files | clisp/receipt |
line diff
1.1 --- a/clisp/receipt Sat May 21 18:37:42 2011 +0000 1.2 +++ b/clisp/receipt Sat May 21 18:41:53 2011 +0000 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU ANSI common lisp implementation." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="readline ncurses" 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 1.13 +DEPENDS="readline ncurses" 1.14 +BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -21,7 +22,8 @@ 1.20 1.21 ./configure \ 1.22 --with-libsigsegv \ 1.23 - --cbc build && 1.24 + --cbc build \ 1.25 + $CONFIGURE_ARGS && 1.26 1.27 # Be careful - unusual build rules! 1.28 cd build &&