wok-6.x rev 17016
Add fbvnc-auth
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 13 13:21:48 2014 +0200 (2014-08-13) |
parents | 548b803f0757 |
children | 51c17c81e266 |
files | fbvnc-auth/receipt pulseaudio/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fbvnc-auth/receipt Wed Aug 13 13:21:48 2014 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fbvnc-auth" 1.7 +VERSION="1.0.2" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="VNC client in frame buffer with authentication." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="https://github.com/zohead/fbvnc" 1.14 +WGET_URL="git|git://github.com/zohead/fbvnc.git" 1.15 +PROVIDE="fbvnc" 1.16 +TAGS="vnc remote-desktop" 1.17 +HOST_ARCH="i486 arm" 1.18 + 1.19 +# Git must be installed in a cross chroot 1.20 +case "$ARCH" in 1.21 + i?86) BUILD_DEPENDS="git" ;; 1.22 +esac 1.23 + 1.24 +# Rules to configure and make the package. 1.25 +compile_rules() 1.26 +{ 1.27 + make 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/bin 1.34 + cp -a $src/fbvnc $fs/usr/bin 1.35 +}
2.1 --- a/pulseaudio/receipt Wed Aug 13 08:43:05 2014 +0200 2.2 +++ b/pulseaudio/receipt Wed Aug 13 13:21:48 2014 +0200 2.3 @@ -10,7 +10,8 @@ 2.4 WEB_SITE="http://www.pulseaudio.org/" 2.5 WGET_URL="http://www.freedesktop.org/software/pulseaudio/releases/$TARBALL" 2.6 2.7 -DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus" 2.8 +DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus gdbm libcap attr \ 2.9 +speex libsamplerate" 2.10 BUILD_DEPENDS="pkg-config libtool automake autoconf intltool m4 libcap-dev \ 2.11 libjson-c-dev libsndfile-dev flac-dev libvorbis-dev util-linux-uuid-dev \ 2.12 dbus-dev speex-dev udev-dev libsamplerate-dev alsa-lib-dev"