File: rules

package info (click to toggle)
pd-arraysize 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 201
  • sloc: makefile: 594; ansic: 33
file content (16 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

LIBRARY_NAME = arraysize
PACKAGE = pd-$(LIBRARY_NAME)
pkglibdir = /usr/lib/pd/extra

%:
	dh $@ -Smakefile

override_dh_auto_install:
	dh_auto_install -- prefix=/usr pkglibdir=/usr/lib/pd/extra

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