wok-next diff mcabber/receipt @ rev 1458

apr-util icon-naming-utils irssi mcabber pygobject: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 17:20:31 2008 +0000 (2008-10-03)
parents 03a799424aaa
children 52dc4b48ed81
line diff
     1.1 --- a/mcabber/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/mcabber/receipt	Fri Oct 03 17:20:31 2008 +0000
     1.3 @@ -9,15 +9,15 @@
     1.4  WEB_SITE="http://lilotux.net/~mikael/mcabber"
     1.5  WGET_URL="$WEB_SITE/files/$TARBALL"
     1.6  DEPENDS="libcrypto openssl"
     1.7 -BUILD_DEPENDS="libcrypto-dev openssl-dev"
     1.8 +BUILD_DEPENDS="libcrypto-dev openssl-dev glib"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21