updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / net / openh323 / openh323
1 # hdw - linux openh323 package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] v1_17_2
6 # [S] 3-2
7 # [D] openh323-v1_17_2-src-tar.gz http://www.voxgratia.org/releases/
8 # [D] openh323-v1_17_2-htmldoc-tar.gz http://www.voxgratia.org/releases/
9
10 flist_pruned="$flist_pruned|etc/ld.so.cache"
11 make_conf="optshared"
12
13 pre_install()   {
14         export OPENH323DIR=`pwd`
15         export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/lib"
16         ldconfig
17                 }
18 post_install()  {
19         mkdir -p $docdir
20         tar --use-compress-program=gunzip -xvf \
21                 $archdir/openh323-${ver}-htmldoc-tar.gz -C $docdir/
22                 }
23