wok-next view spice-protocol/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="spice-protocol"
4 VERSION="0.12.13"
5 CATEGORY="x-window"
6 SHORT_DESC="Headers defining SPICE protocol"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.spice-space.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://www.spice-space.org/download/releases/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make install
18 }
20 genpkg_rules() {
21 copy @dev
22 }