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

Up putty (0.70)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 12 05:17:48 2018 +0300 (2018-05-12)
parents 0e7893ac206d
children f48456621a9d
line diff
     1.1 --- a/wayland-protocols/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/wayland-protocols/receipt	Sat May 12 05:17:48 2018 +0300
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="wayland-protocols"
     1.7 -VERSION="1.11"
     1.8 +VERSION="1.13"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Additional Wayland protocols"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="https://wayland.freedesktop.org/"
    1.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kwayland.html"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wayland-protocols.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
    1.19 @@ -16,7 +16,9 @@
    1.20  SPLIT="wayland-protocols-dev"
    1.21  
    1.22  compile_rules() {
    1.23 -	./configure $CONFIGURE_ARGS && make && make install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  genpkg_rules() {
    1.30 @@ -25,4 +27,3 @@
    1.31  		*-dev)             copy @dev;;
    1.32  	esac
    1.33  }
    1.34 -