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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wayland-protocols"
4 VERSION="1.13"
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/stable/general/wayland-protocols.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
15 BUILD_DEPENDS="wayland-dev"
16 SPLIT="wayland-protocols-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 wayland-protocols) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }