void-packages/templates/firefox.tmpl
Juan RP 5ef5ca8d35 Simplify templates by not needing $patch_files in some cases.
If exists a patch called $pkgname-fix-{build,install}.diff in the
templates directory, they will be applied automatically. If patches
are named differently $patch_files must be used yet.

--HG--
extra : convert_revision : 21f6edfab580c569b3737280f54a6332c44baa49
2008-10-27 04:08:55 +01:00

30 lines
1.4 KiB
Cheetah

# Template build file for 'firefox'.
pkgname=firefox
version=3.0.3
wrksrc=mozilla
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."