wok view fbvnc-auth/receipt @ rev 22999

updated leptonica and leptonica-dev again (1.78.0 -> 1.79.0)
author Hans-G?nter Theisgen
date Mon Mar 02 15:57:03 2020 +0100 (2020-03-02)
parents e6eab2a29e8b
children d8c511e24c20
line source
1 # SliTaz package receipt.
3 PACKAGE="fbvnc-auth"
4 VERSION="1.0.2"
5 CATEGORY="network"
6 SHORT_DESC="VNC client in frame buffer with authentication."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/zohead/fbvnc"
11 WGET_URL="git|git://github.com/zohead/fbvnc.git"
12 PROVIDE="fbvnc"
13 TAGS="vnc remote-desktop"
14 HOST_ARCH="i486 arm"
16 # Git must be installed in a cross chroot
17 case "$ARCH" in
18 i?86) BUILD_DEPENDS="git" ;;
19 esac
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 sed -i s"/cc/${HOST_SYSTEM}-gcc/" Makefile &&
25 make
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/bin
32 cp -a $src/fbvnc $fs/usr/bin
33 }