wok-6.x diff slang/receipt @ rev 2441

sane-backends, shared-mime-info, sipsak, slang, slock, smbclient, snownews, socat: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 09:43:13 2009 +0000 (2009-03-13)
parents a075ff895254
children 0b02072d7f48
line diff
     1.1 --- a/slang/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/slang/receipt	Fri Mar 13 09:43:13 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="S-Lang library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="libiconv pcre"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.s-lang.org/index.html"
    1.11  WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.1/$TARBALL
    1.12 @@ -15,10 +15,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr  $CONFIGURE_ARGS
    1.17 +	./configure --prefix=/usr  $CONFIGURE_ARGS &&
    1.18  	make && \
    1.19  	make elf && \
    1.20 -	make static
    1.21 +	make static &&
    1.22  	make DESTDIR=$PWD/_pkg install install-static
    1.23  }
    1.24