From 2de094bfae5a48374d65f4c273c366b88af85c5b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 24 Aug 2010 15:14:29 +0000 Subject: converted to library template and debianized svn path=/trunk/externals/plugin~/; revision=13938 --- debian/rules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b2743ec --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +LIBRARY_NAME = plugin~ +PACKAGE = pd-plugin +pkglibdir = /usr/lib/pd/extra + +%: + dh $@ + +override_dh_auto_install: + make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install +# replace license file with link to the Debian license file + rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt + +override_dh_shlibdeps: + dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ + -T$(CURDIR)/debian/$(PACKAGE).substvars + -- cgit v1.2.1