wok-next diff wayland-protocols/receipt @ rev 20113

Add some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 30 09:29:31 2017 +0100 (2017-10-30)
parents
children c702e152ffe6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wayland-protocols/receipt	Mon Oct 30 09:29:31 2017 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="wayland-protocols"
     1.7 +VERSION="1.10"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Additional Wayland protocols"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://wayland.freedesktop.org/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kwayland.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 +WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="wayland-dev"
    1.19 +SPLIT="wayland-protocols-dev"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	./configure $CONFIGURE_ARGS && make && make install
    1.23 +}
    1.24 +
    1.25 +genpkg_rules() {
    1.26 +	case $PACKAGE in
    1.27 +		wayland-protocols) copy @std;;
    1.28 +		*-dev)             copy @dev;;
    1.29 +	esac
    1.30 +}