firefox: add missing libIDL dependency.
[pkgfs.git] / templates / firefox.tmpl
blobc60c37af4832c3bc6d9bf699316ad01146b085dc
1 # Template build file for 'firefox'.
2 pkgname=firefox
3 version=3.0.3
4 wrksrc=mozilla
5 distfiles="$pkgname-$version-source$extract_sufx"
6 extract_sufx=".tar.bz2"
7 url=http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source
8 build_style=gnu_configure
9 configure_args="--enable-default-toolkit=cairo-gtk2 --disable-dbus
10  --disable-crashreporter --enable-xft --with-pthreads --enable-xinerama
11  --enable-svg --enable-svg-renderer=cairo --enable-system-cairo
12  --enable-crypto --enable-application=browser --disable-gnomevfs
13  --disable-gnomeui"
14 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
15 short_desc="Lightweight gecko-based web browser"
16 maintainer="Juan RP <xtraeme@gmail.com>"
17 checksum=50f5c23182ac8bfe1a33502fb04814a3961c5033
18 long_desc="
19  Mozilla Firefox is a free, open-source and cross-platform web browser
20  for Windows, Linux, MacOS X and many other operating systems. It is
21  small, fast and easy to use, and offers many advantages over other web
22  browsers, such as tabbed browsing and the ability to block pop-up
23  windows.
25  Firefox also offers excellent bookmark and history management, and it
26  can be extended by developers using industry standards such as XML,
27  CSS, JavaScript, C++, etc. Many extensions are available."