From fac10ea799fe9b6158d74f66d6ad46536d38a545 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 04:55:00 +0100 Subject: Initial commit --- debian/rules | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..11988d5b --- /dev/null +++ b/debian/rules @@ -0,0 +1,20 @@ +#! /usr/bin/make -f + +configure_opts := --prefix=/ --datarootdir=/usr +install_opts := + +%: + dh $@ + +build: build-stamp +build-stamp: + dh build --before dh_auto_configure + autoreconf + dh_auto_configure -- $(configure_opts) + dh build --after dh_auto_configure + touch $@ + +install: build + dh_install $(install_opts) + +binary: install -- cgit v1.2.3