fixup cut/paste bugs in de.po, fix segv in tz/ntsc lookup, add debian
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / make_package
1 #!/bin/sh
2
3 VERSION=1.4
4
5 rm -r /tmp/libmpeg3-$VERSION
6 mkdir -p /tmp/libmpeg3-$VERSION
7 make clean
8 cp -rd * /tmp/libmpeg3-$VERSION
9 cd /tmp
10 tar zcf libmpeg3-$VERSION.tar.gz libmpeg3-$VERSION