wok-4.x diff startup-notification/receipt @ rev 2023
Up: edje (0.9.9.050) - Snapshot 2008-09-25
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 08 22:34:22 2009 +0100 (2009-01-08) |
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 Jan 08 22:34:22 2009 +0100 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