On Fri, Jul 9, 2010 at 8:02 AM, Carlos Ruiz <[email protected]> wrote:
> # Contributor: Carlos Ruiz <[email protected]> > pkgname=firefox > pkgver="4.0b1" > pkgrel=1 > pkgdesc="Firefox 4 Beta 1" > arch=('i686') > url="http://www.mozilla.com/firefox/" > license=('MPL') > depends=('ecasound ' 'openssl' 'libnotify' 'libxt' 'iw' 'mesa' 'autoconf' > 'zip') > #makedepends=(' ') > #optdepends=(' ') > source=( > > ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/4.0b1/source/$pkgname-$pkgver.source.tar.bz2 > ) > md5sums=('4448d4a56abebfb713bf439e22199529') > > build() { > cd "mozilla-central/" > # Setup a basic mozconfig file > echo '. $topsrcdir/browser/config/mozconfig' > > mozconfig # let's build Firefox... > echo 'mk_add_options moz_objd...@topsrcdir@/objdir-ff-release' >> > mozconfig # ...in this directory... > > # Parallel compilation is a nice speedup. > # USE THIS ONLY IF NOT ON WINDOWS! Parallel compilation on Windows is > # unreliable now due to bug 524149. > echo 'mk_add_options MOZ_MAKE_FLAGS="-j2"' >> mozconfig > > # Build > make -f client.mk > } > > > ======================================================================================= > > https://developer.mozilla.org/En/Simple_Firefox_build > > -- > Carlos Ruiz > --- c...@ilo --- > There are already firefox 4 PKGBUILDs on AUR (that build firefox from source or repackage the precompiled tarballs), what's the purpose of this PKGBUILD?
