wok-6.x diff firefox/receipt @ rev 894
Rm slitaz-hacker* (def user is created at boot time, configs in /etc/skel)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 10 01:31:40 2008 +0200 (2008-06-10) |
parents | c2688245d108 |
children | 005eaf005c74 |
line diff
1.1 --- a/firefox/receipt Sun May 18 16:49:43 2008 +0200 1.2 +++ b/firefox/receipt Tue Jun 10 01:31:40 2008 +0200 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="firefox" 1.7 -VERSION="3.0-rc1" 1.8 +VERSION="3.0-rc2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="User friendly, secure and fast web browser." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+" 1.13 -BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils" 1.14 -TARBALL="$PACKAGE-3.0rc1-source.tar.bz2" 1.15 +DEPENDS="gtk+ sqlite" 1.16 +BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev" 1.17 +TARBALL="$PACKAGE-3.0rc2-source.tar.bz2" 1.18 WEB_SITE="http://www.mozilla.org/" 1.19 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL" 1.20 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0rc2/source/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 #