You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.3 KiB

# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../divx4linux/divx4linux.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# 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 as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- 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