rev |
line source |
pascal@1783
|
1 # SliTaz package receipt.
|
pascal@1783
|
2
|
pascal@1783
|
3 PACKAGE="x11vnc-extra"
|
pascal@5451
|
4 VERSION="0.9.10"
|
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 }
|