Dash:
[t2.git] / package / multimedia / divx4linux / divx4linux.conf
blobff478dab646067f5f709fe4dcdfc2b9bacd7f8c2
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/divx4linux/divx4linux.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 divx4linux_main() {
14         chmod 0644 *
15         chmod 0755 libdivxdecore.so libdivxencore.so
16         strip -s libdivxdecore.so libdivxencore.so
18         cp -f libdivxdecore.so libdivxencore.so $root$libdir
19         rm -f $root$libdir/libdivxdecore.so.0*
20         ln -s libdivxdecore.so $root$libdir/libdivxdecore.so.0.0.0
21         ln -s libdivxdecore.so $root$libdir/libdivxdecore.so.0
22         rm -f $root$libdir/libdivxencore.so.0*
23         ln -s libdivxencore.so $root$libdir/libdivxencore.so.0.0.0
24         ln -s libdivxencore.so $root$libdir/libdivxencore.so.0
25         cp -f decore.h encore2.h portab.h $root/$prefix/include
27         cp -f *.htm $docdir
30 srctar=divx4linux-std-20030428.tar.bz2
31 srcdir=divx4linux-20030428
32 custmain=divx4linux_main