wok-next annotate wayland-protocols/receipt @ rev 21072

Update Xorg packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 20 17:55:43 2018 +0200 (2018-12-20)
parents d5aab818505e
children
rev   line source
al@20018 1 # SliTaz package receipt v2.
al@20018 2
al@20018 3 PACKAGE="wayland-protocols"
al@21072 4 VERSION="1.17"
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@21072 11 HOST_ARCH="any"
al@20018 12
al@20018 13 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20018 14 WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
al@21072 15 TARBALL_SHA1="7d2569c838c776545e3eb1b1049b9c37178aae24"
al@20018 16
al@20018 17 BUILD_DEPENDS="wayland-dev"
al@21020 18 SPLIT="$PACKAGE-dev"
al@20018 19
al@20018 20 compile_rules() {
al@20647 21 ./configure $CONFIGURE_ARGS &&
al@20647 22 make &&
al@20647 23 make install
al@20018 24 }