wok diff x11vnc/receipt @ rev 17354

Up: audacity (2.0.6)
author Alexander Medvedev <devl547@gmail.com>
date Sun Nov 16 00:18:13 2014 +0000 (2014-11-16)
parents d488dfb85c26
children dd6cfeea0048
line diff
     1.1 --- a/x11vnc/receipt	Thu Jul 18 10:50:13 2013 +0000
     1.2 +++ b/x11vnc/receipt	Sun Nov 16 00:18:13 2014 +0000
     1.3 @@ -9,15 +9,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.karlrunge.com/x11vnc/"
     1.6  WGET_URL="$SF_MIRROR/libvncserver/$TARBALL"
     1.7 -TAGS="vnc"
     1.8 +TAGS="vnc server"
     1.9 +HOST_ARCH="i486 arm"
    1.10  
    1.11 -DEPENDS="xorg-libXtst openssl slitaz-base-files jpeg xorg-libXdamage zlib"
    1.12 -BUILD_DEPENDS="openssl-dev"
    1.13 +DEPENDS="xorg-libXtst openssl jpeg xorg-libXdamage zlib"
    1.14 +BUILD_DEPENDS="openssl-dev jpeg-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20  	./configure --prefix=/usr \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 @@ -28,7 +28,7 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/bin $fs/usr/share $fs/etc/init.d
    1.28 +	mkdir -p $fs/usr/bin $fs/etc/init.d
    1.29  	cp -a $install/usr/bin/x11vnc $fs/usr/bin
    1.30  	cp -a $stuff/x11vnc $fs/etc/init.d
    1.31  }