wok-next annotate wayland-protocols/receipt @ rev 20214
xchat: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 05 08:49:55 2017 +0100 (2017-11-05) |
parents | e756329576c3 |
children | 0e7893ac206d |
rev | line source |
---|---|
al@20018 | 1 # SliTaz package receipt v2. |
al@20018 | 2 |
al@20018 | 3 PACKAGE="wayland-protocols" |
psychomaniak@20190 | 4 VERSION="1.11" |
al@20018 | 5 CATEGORY="system-tools" |
al@20018 | 6 SHORT_DESC="Additional Wayland protocols" |
al@20018 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@20018 | 8 LICENSE="LGPL2.1" |
al@20018 | 9 WEB_SITE="https://wayland.freedesktop.org/" |
al@20018 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kwayland.html" |
al@20018 | 11 |
al@20018 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@20018 | 13 WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL" |
al@20018 | 14 |
al@20018 | 15 BUILD_DEPENDS="wayland-dev" |
al@20018 | 16 SPLIT="wayland-protocols-dev" |
al@20018 | 17 |
al@20018 | 18 compile_rules() { |
al@20018 | 19 ./configure $CONFIGURE_ARGS && make && make install |
al@20018 | 20 } |
al@20018 | 21 |
al@20018 | 22 genpkg_rules() { |
al@20018 | 23 case $PACKAGE in |
al@20018 | 24 wayland-protocols) copy @std;; |
al@20018 | 25 *-dev) copy @dev;; |
al@20018 | 26 esac |
al@20018 | 27 } |