#!/bin/sh
#
# Copyright 2023-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="gnome-remote-desktop"
VERSION="50.1"
REVISION="1"

PKG_SOURCEURL='${DLG_GNOMEMIRROR}/${NAME}/${VER_MAJ}/${NAME}-${VERSION}.tar.xz'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
cxxflags
prepare
analyzesource
configure -Dsystemd=false -Dvnc=true -Drdp=false
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
