updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / xulrunner-1.9-bin / PKGBUILD
blob034243572e4e5e0a369f1521fa802df044fa7ffe
1 # Maintainer: Ben Webb <bjwebb67 at googlemail dot com>
2 pkgname=xulrunner-1.9-bin
3 pkgver=1.9.2.19
4 pkgrel=1
5 pkgdesc="Mozilla's application framework."
6 arch=('i686')
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')
15 build() {
16     true
19 package() {
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"