1 # Maintainer: Ben Webb <bjwebb67 at googlemail dot com>
2 pkgname=xulrunner-1.9-bin
5 pkgdesc="Mozilla's application framework."
7 url="https://developer.mozilla.org/en/XULRunner_1.9.2_Release_Notes"
8 license=('GPL' 'LGPL' 'MPL')
9 depends=(alsa-lib dbus-glib gcc-libs gtk2 hunspell libevent libidl2 libnotify libxrender libxt mime-types mozilla-common nss sqlite3 startup-notification)
10 provides=(xulrunner-1.9)
11 conflicts=(xulrunner-1.9)
12 source=(http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.19/runtimes/xulrunner-1.9.2.19.en-US.linux-i686.tar.bz2)
13 md5sums=('f41d30aee474fb82cf9956ff20dea683')
20 mkdir -p "$pkgdir/opt" "$pkgdir/usr/bin"
21 cp -r "$srcdir/xulrunner" "$pkgdir/opt"
22 ln -s "/opt/xulrunner/xulrunner" "$pkgdir/usr/bin/xulrunner-1.9"