From 4ebd9ba8d74d8fdb3cd67374e72779f6b3478db5 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 16 Dec 2017 10:17:49 -0800 Subject: [PATCH] wayland-protocols: initial package --- packages/wayland/wayland-protocols/package.mk | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/wayland/wayland-protocols/package.mk diff --git a/packages/wayland/wayland-protocols/package.mk b/packages/wayland/wayland-protocols/package.mk new file mode 100644 index 0000000000..02a39d5853 --- /dev/null +++ b/packages/wayland/wayland-protocols/package.mk @@ -0,0 +1,33 @@ +################################################################################ +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2016-present Team LibreELEC +# +# LibreELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# LibreELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LibreELEC. If not, see . +################################################################################ + +PKG_NAME="wayland-protocols" +PKG_VERSION="1.12" +PKG_SHA256="3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="https://wayland.freedesktop.org/" +PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_DEPENDS_TARGET="toolchain" +PKG_SECTION="wayland" +PKG_SHORTDESC="Specifications of extended Wayland protocols" +PKG_LONGDESC="Specifications of extended Wayland protocols" + +post_makeinstall_target() { + rm -rf $INSTALL +}