# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/divx4linux/divx4linux.conf # Copyright (C) 2004 - 2021 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- divx4linux_main() { chmod 0644 * chmod 0755 libdivxdecore.so libdivxencore.so strip -s libdivxdecore.so libdivxencore.so cp -f libdivxdecore.so libdivxencore.so $root$libdir rm -f $root$libdir/libdivxdecore.so.0* ln -s libdivxdecore.so $root$libdir/libdivxdecore.so.0.0.0 ln -s libdivxdecore.so $root$libdir/libdivxdecore.so.0 rm -f $root$libdir/libdivxencore.so.0* ln -s libdivxencore.so $root$libdir/libdivxencore.so.0.0.0 ln -s libdivxencore.so $root$libdir/libdivxencore.so.0 cp -f decore.h encore2.h portab.h $root/$prefix/include cp -f *.htm $docdir } srctar=divx4linux-std-20030428.tar.bz2 srcdir=divx4linux-20030428 custmain=divx4linux_main