updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / net / pwlib / pwlib
index 1a04b81..73c9994 100644 (file)
@@ -2,9 +2,10 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.5.2
+# [V] v1_9_1
 # [S] 3-1
-# [D] pwlib_1.5.2.tar.gz http://www.openh323.org/bin/
+# [D] pwlib-v1_9_1-src-tar.gz http://www.voxgratia.org/releases/
+# [D] pwlib-v1_9_1-htmldoc-tar.gz http://www.voxgratia.org/releases/
 
 make_conf="optshared"
 
@@ -13,3 +14,9 @@ pre_install() {
        export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/lib"
        ldconfig
                }
+
+post_install() {
+       mkdir -p $docdir
+       tar --use-compress-program=gunzip -xvf \
+               $archdir/pwlib-v1_9_1-htmldoc-tar.gz -C $docdir/
+               }