Skip to content

Instantly share code, notes, and snippets.

@ahall
Created April 25, 2012 15:53
Show Gist options
  • Save ahall/2490829 to your computer and use it in GitHub Desktop.
Save ahall/2490829 to your computer and use it in GitHub Desktop.
#!/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_test:
override_dh_auto_configure:
PATH=/opt/ahall-mono/bin:$(PATH) PKG_CONFIG_PATH=/opt/ahall-mono/lib/pkgconfig ./autogen.sh \
--prefix=/opt/ahall-mono \
--enable-static \
--disable-nunit-tests \
--disable-quiet-build \
--without-moonlight \
--without-libgdiplus \
--without-ikvm-native \
--with-jit \
--disable-dtrace \
--with-profile4
override_dh_auto_build:
PATH=/opt/ahall-mono/bin:$(PATH) PKG_CONFIG_PATH=/opt/ahall-mono/lib/pkgconfig dh_auto_build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment