Skip to content

Instantly share code, notes, and snippets.

@lauromoura
Created April 2, 2012 17:16
Show Gist options
  • Save lauromoura/2285268 to your computer and use it in GitHub Desktop.
Save lauromoura/2285268 to your computer and use it in GitHub Desktop.
webkit-snapshot rules files
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%:
dh $@
override_dh_auto_build:
$(CURDIR)/Tools/Scripts/build-webkit --qt --release --makeargs="-j5" --no-3d-canvas --qmakearg="CONFIG+=use_qt_mobile_theme"
override_dh_auto_install:
make -C $(CURDIR)/WebKitBuild/Release/ install INSTALL_ROOT=$(CURDIR)/debian/tmp/
override_dh_auto_clean:
rm -rf WebKitBuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment