aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9c2f3e78c03a4901eb4a06e69a32f679d8e49a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

LIBRARY_NAME = ext13
PACKAGE = pd-$(LIBRARY_NAME)

%:
	dh $@

override_dh_auto_install:
	make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=/usr/lib/pd install

override_dh_shlibdeps:
	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)/usr/lib/pd/$(LIBRARY_NAME)/*.pd_linux \
		-T$(CURDIR)/debian/$(PACKAGE).substvars