void-packages/templates/firefox.tmpl
Juan RP cfa18b4416 Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system".

--HG--
extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
2008-10-13 07:32:05 +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="$pkgname-$version-source$extract_sufx"
extract_sufx=".tar.bz2"
url=http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source
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."