wok-6.x diff openbox/receipt @ rev 2387
squid: Add auth support. Move squid stuff to /usr/share/squid
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Mar 09 23:58:18 2009 +0100 (2009-03-09) |
parents | 123997fe83c0 |
children | 4482e0fab13a |
line diff
1.1 --- a/openbox/receipt Mon Oct 13 15:33:45 2008 +0000 1.2 +++ b/openbox/receipt Mon Mar 09 23:58:18 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()