wok diff centerim/receipt @ rev 5701

Up: libusb-compat* (0.1.3)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jun 18 16:15:10 2010 +0200 (2010-06-18)
parents f7e96b8e3444
children eb461b4ab9c8
line diff
     1.1 --- a/centerim/receipt	Tue Feb 16 12:15:27 2010 +0000
     1.2 +++ b/centerim/receipt	Fri Jun 18 16:15:10 2010 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Console mode IM"
     1.5  MAINTAINER="allan316@gmail.com"
     1.6  BUILD_DEPENDS="curl curl-dev libldap openldap-dev openssl openssl-dev"
     1.7 -DEPENDS="curl libldap openssl libcrypto gpgme"
     1.8 +DEPENDS="curl libldap openssl libcrypto gpgme ncursesw jpeg gcc-lib-base"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.centerim.org"
    1.11  WGET_URL="$WEB_SITE/download/releases/$TARBALL"
    1.12 @@ -18,8 +18,8 @@
    1.13  	cd $src
    1.14  	mkdir -p _pkg/usr
    1.15  	./configure --prefix=/$PWD/_pkg/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make install
    1.21  }
    1.22