wok-next view fbvnc/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 2d4ad53f3c69
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbvnc"
4 VERSION="20130304"
5 CATEGORY="network"
6 SHORT_DESC="VNC client in frame buffer"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://repo.or.cz/w/fbvnc.git"
11 #TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 #WGET_URL="git|git://repo.or.cz/fbvnc.git"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="http://repo.or.cz/fbvnc.git/snapshot/d1a3369e9c4cdf06bc7fd83408076d7965f879d9.tar.gz"
16 #BUILD_DEPENDS_arm=""
17 #BUILD_DEPENDS="git"
19 compile_rules() {
20 sed -i s"/cc/${HOST_SYSTEM}-gcc/" Makefile &&
21 make &&
22 install -Dm755 $src/fbvnc $install/usr/bin/fbvnc
23 }
25 genpkg_rules() {
26 copy @std
27 TAGS="vnc remote-desktop"
28 }