wok-next annotate spice-protocol/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
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 } |