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

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
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 }