wok annotate x11vnc-extra/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents b0403f514752
children 1ae6b1be7586
rev   line source
pascal@1783 1 # SliTaz package receipt.
pascal@1783 2
pascal@1783 3 PACKAGE="x11vnc-extra"
slaxemulator@7364 4 VERSION="0.9.12"
pascal@1783 5 CATEGORY="network"
pascal@1783 6 SHORT_DESC="java VNC viewer"
pascal@1783 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1783 8 WEB_SITE="http://www.karlrunge.com/x11vnc/"
pascal@1783 9 WANTED="x11vnc"
pascal@1783 10
pascal@1783 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1783 12 genpkg_rules()
pascal@1783 13 {
pascal@1783 14 mkdir -p $fs/usr/share
pascal@1783 15 cp -a $_pkg/usr/share/x11vnc $fs/usr/share
pascal@1783 16 }
pascal@1847 17
pascal@1847 18 # Post install/remove commands for Tazpkg.
pascal@1847 19 post_install()
pascal@1847 20 {
pascal@1847 21 sed -i 's/X11VNC_OPTIONS="/X11VNC_OPTIONS="-ssl -http /' $1/etc/daemons.conf
pascal@1847 22 }