wok-next annotate wayland-protocols/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 1ff723a6455b |
children | d5aab818505e |
rev | line source |
---|---|
al@20018 | 1 # SliTaz package receipt v2. |
al@20018 | 2 |
al@20018 | 3 PACKAGE="wayland-protocols" |
al@20647 | 4 VERSION="1.13" |
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@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wayland-protocols.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@20647 | 19 ./configure $CONFIGURE_ARGS && |
al@20647 | 20 make && |
al@20647 | 21 make install |
al@20018 | 22 } |
al@20018 | 23 |
al@20018 | 24 genpkg_rules() { |
al@20018 | 25 case $PACKAGE in |
al@20018 | 26 wayland-protocols) copy @std;; |
al@20018 | 27 *-dev) copy @dev;; |
al@20018 | 28 esac |
al@20018 | 29 } |