projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Credit Andrew R for finding the direct copy mods for exr and ppm sequences
[goodguy/cinelerra.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