File: rules

package info (click to toggle)
tegrarcm 1.8-2
  • links: PTS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,912 kB
  • sloc: ansic: 36,193; cpp: 187; makefile: 39; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

include /usr/share/dpkg/pkg-info.mk

UVER = ${DEB_VERSION_UPSTREAM}
SRCURL = "https://github.com/NVIDIA/tegrarcm/tarball/v$(UVER)"

%:
	dh $@ --with autoreconf

get-orig-source:
	wget -O tegrarcm_$(UVER).orig.tar.gz $(SRCURL)