Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / make_rpm
diff --git a/cinelerra-5.1/libzmpeg3/make_rpm b/cinelerra-5.1/libzmpeg3/make_rpm
new file mode 100644 (file)
index 0000000..87fdd19
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+VERSION=1.2.2
+
+rm -r /tmp/libmpeg3-$VERSION
+mkdir -p /tmp/libmpeg3-$VERSION
+make clean
+cp -rd * /tmp/libmpeg3-$VERSION
+cd /tmp
+tar zcf libmpeg3-$VERSION.tar.gz libmpeg3-$VERSION