wok-next annotate spice-protocol/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt.
al@19805 2
al@19805 3 PACKAGE="spice-protocol"
al@19805 4 VERSION="0.12.13"
al@19805 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Headers defining SPICE protocol"
al@19805 7 MAINTAINER="al.bobylev@gmail.com"
al@19805 8 LICENSE="other"
al@19805 9 WEB_SITE="https://www.spice-space.org/"
al@19805 10
al@19805 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19805 12 WGET_URL="https://www.spice-space.org/download/releases/$TARBALL"
al@19805 13
al@19805 14 PKG_RULE="dev"
al@19805 15
al@19805 16 # Rules to configure and make the package.
al@19805 17 compile_rules()
al@19805 18 {
al@19805 19 ./configure \
al@19805 20 --sysconfdir=/etc \
al@19805 21 --localstatedir=/var \
al@19805 22 $CONFIGURE_ARGS &&
al@19805 23 make &&
al@19805 24 make install
al@19805 25 }
al@19805 26
al@19805 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19805 28 genpkg_rules()
al@19805 29 {
al@19805 30 copy @dev
al@19805 31 }