wok-next diff startup-notification/receipt @ rev 9792

awesome+startup-notification: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 13 23:19:06 2011 +0200 (2011-05-13)
parents f305820cb04d
children 4a7127b73f18
line diff
     1.1 --- a/startup-notification/receipt	Fri May 06 22:03:25 2011 +0000
     1.2 +++ b/startup-notification/receipt	Fri May 13 23:19:06 2011 +0200
     1.3 @@ -5,19 +5,20 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Startup notification protocol"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="glibc-base util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM \
     1.8 -xorg-libX11 xorg-libXau xorg-libXdmcp"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    1.11  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
    1.12  
    1.13 +DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
    1.14 +xorg-libXau xorg-libXdmcp"
    1.15 +BUILD_DEPENDS="util-linux-ng-uuid-dev libxcb-dev xcb-util-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	./configure -C --prefix=/usr &&
    1.22 -	make &&
    1.23 -	make install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.