wok-stable diff x11vnc-extra/receipt @ rev 5046
mv ISO8859-1.so to glibc-base. Drop glibc-locale as abiword deps (thanks pascal)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Mar 04 15:01:11 2010 +0000 (2010-03-04) |
parents | 2715a6dd1893 |
children | 3de4910de572 |
line diff
1.1 --- a/x11vnc-extra/receipt Sat Nov 29 17:40:56 2008 +0000 1.2 +++ b/x11vnc-extra/receipt Thu Mar 04 15:01:11 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="x11vnc-extra" 1.7 -VERSION="0.9.3" 1.8 +VERSION="0.9.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="java VNC viewer" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,3 +14,9 @@ 1.13 mkdir -p $fs/usr/share 1.14 cp -a $_pkg/usr/share/x11vnc $fs/usr/share 1.15 } 1.16 + 1.17 +# Post install/remove commands for Tazpkg. 1.18 +post_install() 1.19 +{ 1.20 + sed -i 's/X11VNC_OPTIONS="/X11VNC_OPTIONS="-ssl -http /' $1/etc/daemons.conf 1.21 +}