opt/xulrunner/Pkgfile
2008-06-22 13:55:36 +02:00

24 lines
592 B
Plaintext

# Description: Mozilla Web Browser Component
# URL: http://www.mozilla.com/firefox/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libidl, gtk, perl, python, dbus-glib
name=xulrunner
version=1.9
release=2
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0-source.tar.bz2
mozconfig)
build() {
export MOZ_CO_PROJECT="xulrunner"
export XCFLAGS="$CFLAGS"
cd mozilla
sed -e "s/#CFLAGS#/$CFLAGS/g" \
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \
$SRC/mozconfig > .mozconfig
./configure
make
make DESTDIR=$PKG install
}