wok-next rev 13034
Add compiler & vnc tags
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 12 20:04:51 2012 +0200 (2012-06-12) |
parents | 4c16797dce28 |
children | 4faeee6669ef |
files | fbvnc/receipt fpc/receipt gambas2/receipt gfortran/receipt gtk-vnc/receipt novnc/receipt p2c/receipt realvnc-viewer/receipt tightvnc-extra/receipt tightvnc-viewer/receipt tightvnc/receipt vnc2flv/receipt vnc2swf/receipt x11vnc-extra/receipt x11vnc/receipt |
line diff
1.1 --- a/fbvnc/receipt Tue Jun 12 18:52:42 2012 +0200 1.2 +++ b/fbvnc/receipt Tue Jun 12 20:04:51 2012 +0200 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WEB_SITE="http://repo.or.cz/w/fbvnc.git" 1.6 _TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 +TAGS="vnc remote-desktop" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()
2.1 --- a/fpc/receipt Tue Jun 12 18:52:42 2012 +0200 2.2 +++ b/fpc/receipt Tue Jun 12 20:04:51 2012 +0200 2.3 @@ -12,6 +12,7 @@ 2.4 WEB_SITE="http://www.freepascal.org/" 2.5 WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL" 2.6 CONFIG_FILE="/etc/fpc.cfg" 2.7 +TAGS="compiler pascal" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules()
3.1 --- a/gambas2/receipt Tue Jun 12 18:52:42 2012 +0200 3.2 +++ b/gambas2/receipt Tue Jun 12 20:04:51 2012 +0200 3.3 @@ -10,6 +10,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://gambas.sourceforge.net/" 3.6 WGET_URL="$SF_MIRROR/gambas/$TARBALL" 3.7 +TAGS="interpreter basic" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()
4.1 --- a/gfortran/receipt Tue Jun 12 18:52:42 2012 +0200 4.2 +++ b/gfortran/receipt Tue Jun 12 20:04:51 2012 +0200 4.3 @@ -8,6 +8,7 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 DEPENDS="gcc libgfortran" 4.6 WANTED="gcc" 4.7 +TAGS="compiler fortran" 4.8 4.9 # Rules to gen a SliTaz package suitable for Tazpkg. 4.10 genpkg_rules()
5.1 --- a/gtk-vnc/receipt Tue Jun 12 18:52:42 2012 +0200 5.2 +++ b/gtk-vnc/receipt Tue Jun 12 20:04:51 2012 +0200 5.3 @@ -13,6 +13,7 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.5 WEB_SITE="http://live.gnome.org/gtk-vnc/" 5.6 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 5.7 +TAGS="vnc remote-desktop" 5.8 5.9 # Rules to configure and make the package. 5.10 compile_rules()
6.1 --- a/novnc/receipt Tue Jun 12 18:52:42 2012 +0200 6.2 +++ b/novnc/receipt Tue Jun 12 20:04:51 2012 +0200 6.3 @@ -8,6 +8,7 @@ 6.4 WEB_SITE="http://github.com/kanaka/noVNC" 6.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.6 WGET_URL="git|git://github.com/kanaka/noVNC.git" 6.7 +TAGS="vnc remote-desktop" 6.8 6.9 DEPENDS="python python-numpy" 6.10 BUILD_DEPENDS="python python-pil openssl git"
7.1 --- a/p2c/receipt Tue Jun 12 18:52:42 2012 +0200 7.2 +++ b/p2c/receipt Tue Jun 12 20:04:51 2012 +0200 7.3 @@ -9,6 +9,7 @@ 7.4 WEB_SITE="http://www.ccrnp.ncifcrf.gov/~toms/p2c/daves.index.html" 7.5 WGET_URL="http://ftp.de.debian.org/debian/pool/main/p/p2c/$TARBALL" 7.6 DEPENDS="perl" 7.7 +TAGS="pascal" 7.8 7.9 # Rules to configure and make the package. 7.10 compile_rules()
8.1 --- a/realvnc-viewer/receipt Tue Jun 12 18:52:42 2012 +0200 8.2 +++ b/realvnc-viewer/receipt Tue Jun 12 20:04:51 2012 +0200 8.3 @@ -13,7 +13,7 @@ 8.4 BUILD_DEPENDS="xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev \ 8.5 xorg-libXdmcp-dev xorg-libXmu-dev xorg-xextproto xorg-libXtst-dev" 8.6 PROVIDE="vncviewer" 8.7 -TAGS="remote-desktop" 8.8 +TAGS="remote-desktop vnc" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/tightvnc-extra/receipt Tue Jun 12 18:52:42 2012 +0200 9.2 +++ b/tightvnc-extra/receipt Tue Jun 12 20:04:51 2012 +0200 9.3 @@ -8,6 +8,7 @@ 9.4 WEB_SITE="http://www.tightvnc.com/" 9.5 DEPENDS="perl jpeg zlib xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext" 9.6 WANTED="tightvnc" 9.7 +TAGS="vnc" 9.8 9.9 # Rules to gen a SliTaz package suitable for Tazpkg. 9.10 genpkg_rules()
10.1 --- a/tightvnc-viewer/receipt Tue Jun 12 18:52:42 2012 +0200 10.2 +++ b/tightvnc-viewer/receipt Tue Jun 12 20:04:51 2012 +0200 10.3 @@ -10,6 +10,7 @@ 10.4 xorg-libXp xorg-libXpm xorg-libICE xorg-libSM xorg-libXt xorg-libXmu \ 10.5 xorg-libXaw" 10.6 WANTED="tightvnc" 10.7 +TAGS="vnc remote-desktop" 10.8 10.9 # Rules to gen a SliTaz package suitable for Tazpkg. 10.10 genpkg_rules()
11.1 --- a/tightvnc/receipt Tue Jun 12 18:52:42 2012 +0200 11.2 +++ b/tightvnc/receipt Tue Jun 12 20:04:51 2012 +0200 11.3 @@ -13,7 +13,7 @@ 11.4 xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev xorg-libXdmcp-dev \ 11.5 xorg-libXmu-dev xorg-xextproto xorg-printproto xorg-kbproto xorg-inputproto \ 11.6 xorg-scrnsaverproto xorg-xauth jpeg-dev zlib-dev xorg-libXrandr-dev" 11.7 -TAGS="remote-desktop" 11.8 +TAGS="remote-desktop vnc" 11.9 11.10 # Rules to configure and make the package. 11.11 compile_rules()
12.1 --- a/vnc2flv/receipt Tue Jun 12 18:52:42 2012 +0200 12.2 +++ b/vnc2flv/receipt Tue Jun 12 20:04:51 2012 +0200 12.3 @@ -10,6 +10,7 @@ 12.4 WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" 12.5 DEPENDS="python" 12.6 SUGGESTED="x11vnc" 12.7 +TAGS="vnc" 12.8 12.9 # Rules to configure and make the package. 12.10 compile_rules()
13.1 --- a/vnc2swf/receipt Tue Jun 12 18:52:42 2012 +0200 13.2 +++ b/vnc2swf/receipt Tue Jun 12 20:04:51 2012 +0200 13.3 @@ -15,6 +15,7 @@ 13.4 xorg-libXau-dev xorg-libXaw-dev xorg-libXdmcp-dev xorg-libXext-dev \ 13.5 xorg-libXmu-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev" 13.6 SUGGESTED="x11vnc" 13.7 +TAGS="vnc" 13.8 13.9 # Rules to configure and make the package. 13.10 compile_rules()
14.1 --- a/x11vnc-extra/receipt Tue Jun 12 18:52:42 2012 +0200 14.2 +++ b/x11vnc-extra/receipt Tue Jun 12 20:04:51 2012 +0200 14.3 @@ -8,6 +8,7 @@ 14.4 WEB_SITE="http://www.karlrunge.com/x11vnc/" 14.5 DEPENDS="x11vnc" 14.6 WANTED="x11vnc" 14.7 +TAGS="vnc" 14.8 14.9 # Rules to gen a SliTaz package suitable for Tazpkg. 14.10 genpkg_rules()
15.1 --- a/x11vnc/receipt Tue Jun 12 18:52:42 2012 +0200 15.2 +++ b/x11vnc/receipt Tue Jun 12 20:04:51 2012 +0200 15.3 @@ -8,6 +8,7 @@ 15.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.5 WEB_SITE="http://www.karlrunge.com/x11vnc/" 15.6 WGET_URL="$SF_MIRROR/libvncserver/$TARBALL" 15.7 +TAGS="vnc" 15.8 15.9 DEPENDS="xorg-libXtst openssl slitaz-base-files jpeg xorg-libXdamage zlib" 15.10 BUILD_DEPENDS="openssl-dev"