wok rev 2145
openbox: remove loop dep on slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Feb 05 00:00:41 2009 +0100 (2009-02-05) |
parents | b9ee71321e3a |
children | 6eb15d529eb8 |
files | openbox/receipt |
line diff
1.1 --- a/openbox/receipt Wed Feb 04 17:44:46 2009 +0000 1.2 +++ b/openbox/receipt Thu Feb 05 00:00:41 2009 +0100 1.3 @@ -5,12 +5,12 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Small-footprint and standard compliant Window Manager." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="startup-notification pango glib xorg-libX11 slitaz-configs" 1.8 -SUGGESTED="obconf pcmanfm hsetroot" 1.9 +DEPENDS="startup-notification pango glib xorg-libX11" 1.10 +SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" 1.11 BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://icculus.org/openbox/" 1.14 -WGET_URL="http://download.tuxfamily.org/slitaz/sources/packages/o/$TARBALL" 1.15 +WGET_URL="http://mirror.slitaz.org/sources/packages/o/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()