x11vnc: Updated version 0.9.9 -> 0.9.12

This commit is contained in:
Alan Mizrahi 2011-01-06 10:19:31 +09:00
parent 79d7f116e5
commit 33abface10
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
874008821a0588a73ec7fbe09b747bb0 x11vnc-0.9.9.tar.gz
1498a68d02aa7b6c97bf746c073c8d00 x11vnc-0.9.12.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libjpeg xorg-libxdamage xorg-libxinerama xorg-libxrandr xorg-libxtst
name=x11vnc
version=0.9.9
version=0.9.12
release=1
source=(http://prdownloads.sf.net/libvncserver/$name-$version.tar.gz)
@ -15,5 +15,5 @@ build() {
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share
rm -rf $PKG/usr/{include,share}
}