wok-next view wayland-protocols/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wayland-protocols"
4 VERSION="1.17"
5 CATEGORY="system-tools"
6 SHORT_DESC="Additional Wayland protocols"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://wayland.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wayland-protocols.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
15 TARBALL_SHA1="7d2569c838c776545e3eb1b1049b9c37178aae24"
17 BUILD_DEPENDS="wayland-dev"
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }