File: buildpkg

package info (click to toggle)
nvidia-texture-tools 2.1.0-git20160229%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,024 kB
  • sloc: cpp: 43,200; ansic: 22,635; sh: 67; makefile: 14
file content (7 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
	--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
	--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \
	--exclude qtcreator-build --exclude 'nvidia-texture-tools-*.tar.gz' \
	--exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *