wok-current rev 9716
openbox: Fix DEPENDS and BUILD_DEPENDS (how and why can it build with tazwok with these missing deps ?)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 01:15:14 2011 +0200 (2011-05-09) |
parents | 174e398ee0ab |
children | 757a3f3c6bb1 |
files | openbox/receipt |
line diff
1.1 --- a/openbox/receipt Sun May 08 23:49:22 2011 +0200 1.2 +++ b/openbox/receipt Mon May 09 01:15:14 2011 +0200 1.3 @@ -4,16 +4,19 @@ 1.4 VERSION="3.4.11.1" 1.5 CATEGORY="x-window" 1.6 SHORT_DESC="Small-footprint and standard compliant Window Manager." 1.7 +SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" 1.8 MAINTAINER="pankso@slitaz.org" 1.9 -DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ 1.10 -xorg-libXrandr" 1.11 -SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" 1.12 -BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://icculus.org/openbox/" 1.15 WGET_URL="http://offload2.icculus.org:9090/openbox/releases/$TARBALL" 1.16 TAGS="window-manager wm" 1.17 1.18 +DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ 1.19 +xorg-libXrandr xorg-libXft" 1.20 +BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev \ 1.21 +xorg-libXft-dev" 1.22 + 1.23 + 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 {