void-packages/templates/firefox.tmpl
Juan RP b52d064544 Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full
URL to download the distfile and old $extract_sufx is now merged
on it, but this must be separated by the '@' character. Example:

distfiles="http://www.foo.org/blah-6.2@.tar.gz
http://www.foo.org/blob-1.0@.tar.bz2"

If distfiles contains multiple files defined, $wrksrc is now
mandatory.

--HG--
extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
2008-10-14 07:52:29 +02:00

31 lines
1.4 KiB
Cheetah

# Template build file for 'firefox'.
pkgname=firefox
version=3.0.3
wrksrc=mozilla
patch_files="$pkgname-fix-build.diff"
distfiles="
http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source/$pkgname-$version-source@.tar.bz2"
build_style=gnu_configure
configure_args="--enable-default-toolkit=cairo-gtk2 --disable-dbus
--disable-crashreporter --enable-xft --with-pthreads --enable-xinerama
--enable-svg --enable-svg-renderer=cairo --enable-system-cairo
--enable-crypto --enable-application=browser --disable-gnomevfs
--disable-gnomeui"
configure_env="LIBRUNPATH=$XBPS_MASTERDIR/lib/$pkgname"
LDFLAGS="-L$XBPS_DESTDIR/lib/$pkgname -Wl,-R$XBPS_MASTERDIR/lib/$pkgname"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
make_env="MOZILLA_PKG_NAME=$pkgname LIBRUNPATH=$XBPS_MASTERDIR/lib/$pkgname"
short_desc="Lightweight gecko-based web browser"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=50f5c23182ac8bfe1a33502fb04814a3961c5033
long_desc="
Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems. It is
small, fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.
Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available."