Add source package build script to 2.0

This commit is contained in:
castano 2008-02-11 07:45:34 +00:00
parent e775466e8c
commit 32fdbd3df0

7
tags/2.0/buildpkg Executable file
View File

@ -0,0 +1,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 'nvidia-texture-tools-*.tar.gz' \
--transform 's,^,nvidia-texture-tools/,' *