wok-stable diff openbox/receipt @ rev 4853
open-iscsi: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 01 21:01:44 2010 +0100 (2010-02-01) |
parents | 4482e0fab13a |
children | 6ec17b55b59a |
line diff
1.1 --- a/openbox/receipt Sat Mar 14 14:38:58 2009 +0000 1.2 +++ b/openbox/receipt Mon Feb 01 21:01:44 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openbox" 1.7 -VERSION="3.4.7.2" 1.8 +VERSION="3.4.9" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Small-footprint and standard compliant Window Manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://icculus.org/openbox/" 1.16 -WGET_URL="http://mirror.slitaz.org/sources/packages/o/$TARBALL" 1.17 +WGET_URL="http://offload2.icculus.org:9090/openbox/releases/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()