wok diff startup-notification/receipt @ rev 2281

perdition: disable pam support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 11:05:04 2009 +0000 (2009-02-19)
parents a075ff895254
children 255a28d7938f
line diff
     1.1 --- a/startup-notification/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/startup-notification/receipt	Thu Feb 19 11:05:04 2009 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Startup notification protocol"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="xorg"
     1.9 +BUILD_DEPENDS="xorg-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    1.12  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
    1.13 @@ -14,9 +15,8 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./configure -C --prefix=/usr $CONFIGURE_ARGS
    1.18 -
    1.19 -	make
    1.20 +	./configure -C --prefix=/usr $CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22  	make DESTDIR=$PWD/_pkg install
    1.23  }
    1.24