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

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
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@20534 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
al@19805 16 make &&
al@19805 17 make install
al@19805 18 }
al@19805 19
al@20534 20 genpkg_rules() {
al@19805 21 copy @dev
al@19805 22 }