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

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt.
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 PKG_RULE="dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --sysconfdir=/etc \
21 --localstatedir=/var \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @dev
31 }